Html Css Color HEX #B822DA Dark Orchid

📋 copy color: '#B822DA'

red 184 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #B822DA

Tints of Dark Orchid #B822DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.8%

 BLUE value IS 218 (85.55% from 255) = 50%

R = 42.2%
G = 7.8%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B822DA (or 0xB822DA) is known color: Dark Orchid. HEX triplet: B8, 22 and DA. RGB value is (184,34,218). Sum of RGB (Red+Green+Blue) = 184+34+218=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B822DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822DA is #47DD25. Grayscale: #636363. Windows color (decimal): -4709670 or 14295736. OLE color: 14295736.

HSL color Cylindrical-coordinate representation of color #B822DA: hue angle of 288.91º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B822DA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 34 218 -
CMYK 0.16 0.84 0 0.15
HSL 288.91º 0.73% 0.49% -
HSV(B) 288.91º 0.84% 0.85% -
XYZ 32.99 16.4 67.76 -
YUV 99.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 184 34 218 0.16 0.84 0 0.15 288.91 0.73 0.49
Hex B8 22 DA 10 54 0 F 121 49 31
Octal 270 42 332 20 124 0 17 441 111 61
Binary 10111000 100010 11011010 10000 1010100 0 1111 100100001 1001001 110001

Color Harmonies of #B822DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B822DA

Black with #B822DA

Text Example


Text Example

White with #B822DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B822DA; }

 p { color: rgb(184,34,218); }

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

background-color css

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

 a { background-color: rgb(184,34,218); }

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

border-color css

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

 span { border-color: rgb(184,34,218); }

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