Html Css Color HEX #B875CB Medium Orchid

📋 copy color: '#B875CB'

red 184 ◦ green 117 ◦ blue 203

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

Shades of Medium Orchid #B875CB

Tints of Medium Orchid #B875CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.21%

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

R = 36.51%
G = 23.21%
B = 40.28%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B875CB (or 0xB875CB) is known color: Medium Orchid. HEX triplet: B8, 75 and CB. RGB value is (184,117,203). Sum of RGB (Red+Green+Blue) = 184+117+203=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #B875CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875CB is #478A34. Grayscale: #929292. Windows color (decimal): -4688437 or 13333944. OLE color: 13333944.

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

Color convert

RGB 184 117 203 -
CMYK 0.09 0.42 0 0.20
HSL 286.74º 0.45% 0.63% -
HSV(B) 286.74º 0.42% 0.8% -
XYZ 36.91 27.22 59.81 -
YUV 146.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 184 117 203 0.09 0.42 0 0.20 286.74 0.45 0.63
Hex B8 75 CB 9 2A 0 14 11F 2D 3F
Octal 270 165 313 11 52 0 24 437 55 77
Binary 10111000 1110101 11001011 1001 101010 0 10100 100011111 101101 111111

Color Harmonies of #B875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875CB

Black with #B875CB

Text Example


Text Example

White with #B875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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