Html Css Color HEX #B842DC Medium Orchid

📋 copy color: '#B842DC'

red 184 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #B842DC

Tints of Medium Orchid #B842DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 39.15%
G = 14.04%
B = 46.81%

CMYK

 C value IS 0.16

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B842DC (or 0xB842DC) is known color: Medium Orchid. HEX triplet: B8, 42 and DC. RGB value is (184,66,220). Sum of RGB (Red+Green+Blue) = 184+66+220=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B842DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842DC is #47BD23. Grayscale: #767676. Windows color (decimal): -4701476 or 14435000. OLE color: 14435000.

HSL color Cylindrical-coordinate representation of color #B842DC: hue angle of 285.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B842DC is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 66 220 -
CMYK 0.16 0.7 0 0.14
HSL 285.97º 0.69% 0.56% -
HSV(B) 285.97º 0.7% 0.86% -
XYZ 34.63 19.25 69.6 -
YUV 118.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 184 66 220 0.16 0.7 0 0.14 285.97 0.69 0.56
Hex B8 42 DC 10 46 0 E 11E 45 38
Octal 270 102 334 20 106 0 16 436 105 70
Binary 10111000 1000010 11011100 10000 1000110 0 1110 100011110 1000101 111000

Color Harmonies of #B842DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842DC

Black with #B842DC

Text Example


Text Example

White with #B842DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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