Html Css Color HEX #B872CD Medium Orchid

📋 copy color: '#B872CD'

red 184 ◦ green 114 ◦ blue 205

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

Shades of Medium Orchid #B872CD

Tints of Medium Orchid #B872CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 36.58%
G = 22.66%
B = 40.76%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B872CD (or 0xB872CD) is known color: Medium Orchid. HEX triplet: B8, 72 and CD. RGB value is (184,114,205). Sum of RGB (Red+Green+Blue) = 184+114+205=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #B872CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872CD is #478D32. Grayscale: #919191. Windows color (decimal): -4689203 or 13464248. OLE color: 13464248.

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

Color convert

RGB 184 114 205 -
CMYK 0.10 0.44 0 0.20
HSL 286.15º 0.48% 0.63% -
HSV(B) 286.15º 0.44% 0.8% -
XYZ 36.8 26.63 60.96 -
YUV 145.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 184 114 205 0.10 0.44 0 0.20 286.15 0.48 0.63
Hex B8 72 CD A 2C 0 14 11E 30 3F
Octal 270 162 315 12 54 0 24 436 60 77
Binary 10111000 1110010 11001101 1010 101100 0 10100 100011110 110000 111111

Color Harmonies of #B872CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872CD

Black with #B872CD

Text Example


Text Example

White with #B872CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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