Html Css Color HEX #B872DE Medium Orchid

📋 copy color: '#B872DE'

red 184 ◦ green 114 ◦ blue 222

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

Shades of Medium Orchid #B872DE

Tints of Medium Orchid #B872DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 35.38%
G = 21.92%
B = 42.69%

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

#B872DE (or 0xB872DE) is known color: Medium Orchid. HEX triplet: B8, 72 and DE. RGB value is (184,114,222). Sum of RGB (Red+Green+Blue) = 184+114+222=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #B872DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DE is #478D21. Grayscale: #929292. Windows color (decimal): -4689186 or 14578360. OLE color: 14578360.

HSL color Cylindrical-coordinate representation of color #B872DE: hue angle of 278.89º degrees, saturation: 0.62, 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 #B872DE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 114 222 -
CMYK 0.17 0.49 0 0.13
HSL 278.89º 0.62% 0.66% -
HSV(B) 278.89º 0.49% 0.87% -
XYZ 38.97 27.5 72.36 -
YUV 147.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 184 114 222 0.17 0.49 0 0.13 278.89 0.62 0.66
Hex B8 72 DE 11 31 0 D 117 3E 42
Octal 270 162 336 21 61 0 15 427 76 102
Binary 10111000 1110010 11011110 10001 110001 0 1101 100010111 111110 1000010

Color Harmonies of #B872DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872DE

Black with #B872DE

Text Example


Text Example

White with #B872DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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