Html Css Color HEX #B871CA Medium Orchid

📋 copy color: '#B871CA'

red 184 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B871CA

Tints of Medium Orchid #B871CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 36.87%
G = 22.65%
B = 40.48%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B871CA (or 0xB871CA) is known color: Medium Orchid. HEX triplet: B8, 71 and CA. RGB value is (184,113,202). Sum of RGB (Red+Green+Blue) = 184+113+202=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B871CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CA is #478E35. Grayscale: #909090. Windows color (decimal): -4689462 or 13267384. OLE color: 13267384.

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

Color convert

RGB 184 113 202 -
CMYK 0.09 0.44 0 0.21
HSL 287.87º 0.46% 0.62% -
HSV(B) 287.87º 0.44% 0.79% -
XYZ 36.33 26.26 59.03 -
YUV 144.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 184 113 202 0.09 0.44 0 0.21 287.87 0.46 0.62
Hex B8 71 CA 9 2C 0 15 120 2E 3E
Octal 270 161 312 11 54 0 25 440 56 76
Binary 10111000 1110001 11001010 1001 101100 0 10101 100100000 101110 111110

Color Harmonies of #B871CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871CA

Black with #B871CA

Text Example


Text Example

White with #B871CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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