Html Css Color HEX #B842DE Medium Orchid

📋 copy color: '#B842DE'

red 184 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #B842DE

Tints of Medium Orchid #B842DE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.98%

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

R = 38.98%
G = 13.98%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B842DE (or 0xB842DE) is known color: Medium Orchid. HEX triplet: B8, 42 and DE. RGB value is (184,66,222). Sum of RGB (Red+Green+Blue) = 184+66+222=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #B842DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842DE is #47BD21. Grayscale: #767676. Windows color (decimal): -4701474 or 14566072. OLE color: 14566072.

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

Color convert

RGB 184 66 222 -
CMYK 0.17 0.70 0 0.13
HSL 285.38º 0.7% 0.56% -
HSV(B) 285.38º 0.7% 0.87% -
XYZ 34.9 19.36 71 -
YUV 119.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 184 66 222 0.17 0.70 0 0.13 285.38 0.7 0.56
Hex B8 42 DE 11 46 0 D 11D 46 38
Octal 270 102 336 21 106 0 15 435 106 70
Binary 10111000 1000010 11011110 10001 1000110 0 1101 100011101 1000110 111000

Color Harmonies of #B842DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842DE

Black with #B842DE

Text Example


Text Example

White with #B842DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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