Html Css Color HEX #B871CB Medium Orchid

📋 copy color: '#B871CB'

red 184 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #B871CB

Tints of Medium Orchid #B871CB

RGB

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

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

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

R = 36.8%
G = 22.6%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B871CB (or 0xB871CB) is known color: Medium Orchid. HEX triplet: B8, 71 and CB. RGB value is (184,113,203). Sum of RGB (Red+Green+Blue) = 184+113+203=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #B871CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CB is #478E34. Grayscale: #909090. Windows color (decimal): -4689461 or 13332920. OLE color: 13332920.

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

Color convert

RGB 184 113 203 -
CMYK 0.09 0.44 0 0.20
HSL 287.33º 0.46% 0.62% -
HSV(B) 287.33º 0.44% 0.8% -
XYZ 36.45 26.31 59.66 -
YUV 144.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 184 113 203 0.09 0.44 0 0.20 287.33 0.46 0.62
Hex B8 71 CB 9 2C 0 14 11F 2E 3E
Octal 270 161 313 11 54 0 24 437 56 76
Binary 10111000 1110001 11001011 1001 101100 0 10100 100011111 101110 111110

Color Harmonies of #B871CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871CB

Black with #B871CB

Text Example


Text Example

White with #B871CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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