Html Css Color HEX #B872DF Medium Orchid

📋 copy color: '#B872DF'

red 184 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #B872DF

Tints of Medium Orchid #B872DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 35.32%
G = 21.88%
B = 42.8%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B872DF (or 0xB872DF) is known color: Medium Orchid. HEX triplet: B8, 72 and DF. RGB value is (184,114,223). Sum of RGB (Red+Green+Blue) = 184+114+223=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B872DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DF is #478D20. Grayscale: #929292. Windows color (decimal): -4689185 or 14643896. OLE color: 14643896.

HSL color Cylindrical-coordinate representation of color #B872DF: hue angle of 278.53º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B872DF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 114 223 -
CMYK 0.17 0.49 0 0.13
HSL 278.53º 0.63% 0.66% -
HSV(B) 278.53º 0.49% 0.87% -
XYZ 39.1 27.55 73.07 -
YUV 147.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 184 114 223 0.17 0.49 0 0.13 278.53 0.63 0.66
Hex B8 72 DF 11 31 0 D 117 3F 42
Octal 270 162 337 21 61 0 15 427 77 102
Binary 10111000 1110010 11011111 10001 110001 0 1101 100010111 111111 1000010

Color Harmonies of #B872DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872DF

Black with #B872DF

Text Example


Text Example

White with #B872DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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