Html Css Color HEX #B872CA Medium Orchid

📋 copy color: '#B872CA'

red 184 ◦ green 114 ◦ blue 202

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

Shades of Medium Orchid #B872CA

Tints of Medium Orchid #B872CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.8%

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

R = 36.8%
G = 22.8%
B = 40.4%

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

#B872CA (or 0xB872CA) is known color: Medium Orchid. HEX triplet: B8, 72 and CA. RGB value is (184,114,202). Sum of RGB (Red+Green+Blue) = 184+114+202=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #B872CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872CA is #478D35. Grayscale: #909090. Windows color (decimal): -4689206 or 13267640. OLE color: 13267640.

HSL color Cylindrical-coordinate representation of color #B872CA: hue angle of 287.73º degrees, saturation: 0.45, 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 #B872CA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 114 202 -
CMYK 0.09 0.44 0 0.21
HSL 287.73º 0.45% 0.62% -
HSV(B) 287.73º 0.44% 0.79% -
XYZ 36.45 26.49 59.07 -
YUV 144.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 184 114 202 0.09 0.44 0 0.21 287.73 0.45 0.62
Hex B8 72 CA 9 2C 0 15 120 2D 3E
Octal 270 162 312 11 54 0 25 440 55 76
Binary 10111000 1110010 11001010 1001 101100 0 10101 100100000 101101 111110

Color Harmonies of #B872CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872CA

Black with #B872CA

Text Example


Text Example

White with #B872CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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