Html Css Color HEX #B875CE Medium Orchid

📋 copy color: '#B875CE'

red 184 ◦ green 117 ◦ blue 206

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

Shades of Medium Orchid #B875CE

Tints of Medium Orchid #B875CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 36.29%
G = 23.08%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B875CE (or 0xB875CE) is known color: Medium Orchid. HEX triplet: B8, 75 and CE. RGB value is (184,117,206). Sum of RGB (Red+Green+Blue) = 184+117+206=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #B875CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875CE is #478A31. Grayscale: #929292. Windows color (decimal): -4688434 or 13530552. OLE color: 13530552.

HSL color Cylindrical-coordinate representation of color #B875CE: hue angle of 285.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B875CE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 117 206 -
CMYK 0.11 0.43 0 0.19
HSL 285.17º 0.48% 0.63% -
HSV(B) 285.17º 0.43% 0.81% -
XYZ 37.27 27.37 61.71 -
YUV 147.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 184 117 206 0.11 0.43 0 0.19 285.17 0.48 0.63
Hex B8 75 CE B 2B 0 13 11D 30 3F
Octal 270 165 316 13 53 0 23 435 60 77
Binary 10111000 1110101 11001110 1011 101011 0 10011 100011101 110000 111111

Color Harmonies of #B875CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875CE

Black with #B875CE

Text Example


Text Example

White with #B875CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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