Html Css Color HEX #B871CC Medium Orchid

📋 copy color: '#B871CC'

red 184 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #B871CC

Tints of Medium Orchid #B871CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

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

R = 36.73%
G = 22.55%
B = 40.72%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B871CC (or 0xB871CC) is known color: Medium Orchid. HEX triplet: B8, 71 and CC. RGB value is (184,113,204). Sum of RGB (Red+Green+Blue) = 184+113+204=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #B871CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CC is #478E33. Grayscale: #909090. Windows color (decimal): -4689460 or 13398456. OLE color: 13398456.

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

Color convert

RGB 184 113 204 -
CMYK 0.10 0.45 0 0.2
HSL 286.81º 0.47% 0.62% -
HSV(B) 286.81º 0.45% 0.8% -
XYZ 36.57 26.36 60.29 -
YUV 144.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 184 113 204 0.10 0.45 0 0.2 286.81 0.47 0.62
Hex B8 71 CC A 2D 0 14 11F 2F 3E
Octal 270 161 314 12 55 0 24 437 57 76
Binary 10111000 1110001 11001100 1010 101101 0 10100 100011111 101111 111110

Color Harmonies of #B871CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871CC

Black with #B871CC

Text Example


Text Example

White with #B871CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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