Html Css Color HEX #B842DD Medium Orchid

📋 copy color: '#B842DD'

red 184 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #B842DD

Tints of Medium Orchid #B842DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 39.07%
G = 14.01%
B = 46.92%

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

#B842DD (or 0xB842DD) is known color: Medium Orchid. HEX triplet: B8, 42 and DD. RGB value is (184,66,221). Sum of RGB (Red+Green+Blue) = 184+66+221=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B842DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842DD is #47BD22. Grayscale: #767676. Windows color (decimal): -4701475 or 14500536. OLE color: 14500536.

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

Color convert

RGB 184 66 221 -
CMYK 0.17 0.70 0 0.13
HSL 285.68º 0.7% 0.56% -
HSV(B) 285.68º 0.7% 0.87% -
XYZ 34.77 19.31 70.3 -
YUV 118.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 184 66 221 0.17 0.70 0 0.13 285.68 0.7 0.56
Hex B8 42 DD 11 46 0 D 11E 46 38
Octal 270 102 335 21 106 0 15 436 106 70
Binary 10111000 1000010 11011101 10001 1000110 0 1101 100011110 1000110 111000

Color Harmonies of #B842DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842DD

Black with #B842DD

Text Example


Text Example

White with #B842DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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