Html Css Color HEX #B842CE Medium Orchid

📋 copy color: '#B842CE'

red 184 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #B842CE

Tints of Medium Orchid #B842CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 40.35%
G = 14.47%
B = 45.18%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B842CE (or 0xB842CE) is known color: Medium Orchid. HEX triplet: B8, 42 and CE. RGB value is (184,66,206). Sum of RGB (Red+Green+Blue) = 184+66+206=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #B842CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842CE is #47BD31. Grayscale: #747474. Windows color (decimal): -4701490 or 13517496. OLE color: 13517496.

HSL color Cylindrical-coordinate representation of color #B842CE: hue angle of 290.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B842CE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 66 206 -
CMYK 0.11 0.68 0 0.19
HSL 290.57º 0.59% 0.53% -
HSV(B) 290.57º 0.68% 0.81% -
XYZ 32.86 18.54 60.24 -
YUV 117.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 184 66 206 0.11 0.68 0 0.19 290.57 0.59 0.53
Hex B8 42 CE B 44 0 13 123 3B 35
Octal 270 102 316 13 104 0 23 443 73 65
Binary 10111000 1000010 11001110 1011 1000100 0 10011 100100011 111011 110101

Color Harmonies of #B842CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842CE

Black with #B842CE

Text Example


Text Example

White with #B842CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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