Html Css Color HEX #B869CB Medium Orchid

📋 copy color: '#B869CB'

red 184 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #B869CB

Tints of Medium Orchid #B869CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.34%

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

R = 37.4%
G = 21.34%
B = 41.26%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B869CB (or 0xB869CB) is known color: Medium Orchid. HEX triplet: B8, 69 and CB. RGB value is (184,105,203). Sum of RGB (Red+Green+Blue) = 184+105+203=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B869CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869CB is #479634. Grayscale: #8B8B8B. Windows color (decimal): -4691509 or 13330872. OLE color: 13330872.

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

Color convert

RGB 184 105 203 -
CMYK 0.09 0.48 0 0.20
HSL 288.37º 0.49% 0.6% -
HSV(B) 288.37º 0.48% 0.8% -
XYZ 35.6 24.61 59.37 -
YUV 139.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 184 105 203 0.09 0.48 0 0.20 288.37 0.49 0.6
Hex B8 69 CB 9 30 0 14 120 31 3C
Octal 270 151 313 11 60 0 24 440 61 74
Binary 10111000 1101001 11001011 1001 110000 0 10100 100100000 110001 111100

Color Harmonies of #B869CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869CB

Black with #B869CB

Text Example


Text Example

White with #B869CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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