Html Css Color HEX #B863CB Medium Orchid

📋 copy color: '#B863CB'

red 184 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #B863CB

Tints of Medium Orchid #B863CB

RGB

 RED value IS 184 (72.27% from 255) = 37.86%

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 37.86%
G = 20.37%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B863CB (or 0xB863CB) is known color: Medium Orchid. HEX triplet: B8, 63 and CB. RGB value is (184,99,203). Sum of RGB (Red+Green+Blue) = 184+99+203=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B863CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863CB is #479C34. Grayscale: #878787. Windows color (decimal): -4693045 or 13329336. OLE color: 13329336.

HSL color Cylindrical-coordinate representation of color #B863CB: hue angle of 289.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B863CB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 99 203 -
CMYK 0.09 0.51 0 0.20
HSL 289.04º 0.5% 0.59% -
HSV(B) 289.04º 0.51% 0.8% -
XYZ 35.01 23.43 59.18 -
YUV 136.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 184 99 203 0.09 0.51 0 0.20 289.04 0.5 0.59
Hex B8 63 CB 9 33 0 14 121 32 3B
Octal 270 143 313 11 63 0 24 441 62 73
Binary 10111000 1100011 11001011 1001 110011 0 10100 100100001 110010 111011

Color Harmonies of #B863CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863CB

Black with #B863CB

Text Example


Text Example

White with #B863CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863CB; }

 p { color: rgb(184,99,203); }

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

background-color css

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

 a { background-color: rgb(184,99,203); }

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

border-color css

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

 span { border-color: rgb(184,99,203); }

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