Html Css Color HEX #B875CC Medium Orchid

📋 copy color: '#B875CC'

red 184 ◦ green 117 ◦ blue 204

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

Shades of Medium Orchid #B875CC

Tints of Medium Orchid #B875CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 36.44%
G = 23.17%
B = 40.4%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B875CC (or 0xB875CC) is known color: Medium Orchid. HEX triplet: B8, 75 and CC. RGB value is (184,117,204). Sum of RGB (Red+Green+Blue) = 184+117+204=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #B875CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875CC is #478A33. Grayscale: #929292. Windows color (decimal): -4688436 or 13399480. OLE color: 13399480.

HSL color Cylindrical-coordinate representation of color #B875CC: hue angle of 286.21º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B875CC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 117 204 -
CMYK 0.10 0.43 0 0.2
HSL 286.21º 0.46% 0.63% -
HSV(B) 286.21º 0.43% 0.8% -
XYZ 37.03 27.27 60.44 -
YUV 146.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 184 117 204 0.10 0.43 0 0.2 286.21 0.46 0.63
Hex B8 75 CC A 2B 0 14 11E 2E 3F
Octal 270 165 314 12 53 0 24 436 56 77
Binary 10111000 1110101 11001100 1010 101011 0 10100 100011110 101110 111111

Color Harmonies of #B875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875CC

Black with #B875CC

Text Example


Text Example

White with #B875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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