Html Css Color HEX #B363FC Medium Orchid

📋 copy color: '#B363FC'

red 179 ◦ green 99 ◦ blue 252

#B363FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B363FC

Tints of Medium Orchid #B363FC

RGB

 RED value IS 179 (70.31% from 255) = 33.77%

 GREEN value IS 99 (39.06% from 255) = 18.68%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 33.77%
G = 18.68%
B = 47.55%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B363FC (or 0xB363FC) is known color: Medium Orchid. HEX triplet: B3, 63 and FC. RGB value is (179,99,252). Sum of RGB (Red+Green+Blue) = 179+99+252=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #B363FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363FC is #4C9C03. Grayscale: #8B8B8B. Windows color (decimal): -5020676 or 16540595. OLE color: 16540595.

HSL color Cylindrical-coordinate representation of color #B363FC: hue angle of 271.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B363FC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 99 252 -
CMYK 0.29 0.61 0 0.01
HSL 271.37º 0.96% 0.69% -
HSV(B) 271.37º 0.61% 0.99% -
XYZ 40.62 25.54 94.88 -
YUV 140.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 179 99 252 0.29 0.61 0 0.01 271.37 0.96 0.69
Hex B3 63 FC 1D 3D 0 1 10F 60 45
Octal 263 143 374 35 75 0 1 417 140 105
Binary 10110011 1100011 11111100 11101 111101 0 1 100001111 1100000 1000101

Color Harmonies of #B363FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363FC

Black with #B363FC

Text Example


Text Example

White with #B363FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363FC; }

 p { color: rgb(179,99,252); }

 H1.HeaderClassName
 {
   color: #B363FC;
 }
 .AnyTagClassName
 {
   color: #B363FC;
 }
</style>

background-color css

<style>
 a { background-color: #B363FC; }

 a { background-color: rgb(179,99,252); }

 div.DivClassName
 {
   background-color: #B363FC;
 }
 .BgClassName
 {
   background-color: #B363FC;
 }
</style>

border-color css

<style>
 span { border-color: #B363FC; }

 span { border-color: rgb(179,99,252); }

 td.TdClassName
 {
   border-color: #B363FC;
 }
 .TagClassName
 {
   border-color: #B363FC;
 }
</style>