Html Css Color HEX #B622DD Dark Orchid

📋 copy color: '#B622DD'

red 182 ◦ green 34 ◦ blue 221

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

Shades of Dark Orchid #B622DD

Tints of Dark Orchid #B622DD

RGB

 RED value IS 182 (71.48% from 255) = 41.65%

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

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

R = 41.65%
G = 7.78%
B = 50.57%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B622DD (or 0xB622DD) is known color: Dark Orchid. HEX triplet: B6, 22 and DD. RGB value is (182,34,221). Sum of RGB (Red+Green+Blue) = 182+34+221=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #B622DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622DD is #49DD22. Grayscale: #626262. Windows color (decimal): -4840739 or 14492342. OLE color: 14492342.

HSL color Cylindrical-coordinate representation of color #B622DD: hue angle of 287.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B622DD is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 34 221 -
CMYK 0.18 0.85 0 0.13
HSL 287.49º 0.73% 0.5% -
HSV(B) 287.49º 0.85% 0.87% -
XYZ 32.91 16.31 69.82 -
YUV 99.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 182 34 221 0.18 0.85 0 0.13 287.49 0.73 0.5
Hex B6 22 DD 12 55 0 D 11F 49 32
Octal 266 42 335 22 125 0 15 437 111 62
Binary 10110110 100010 11011101 10010 1010101 0 1101 100011111 1001001 110010

Color Harmonies of #B622DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622DD

Black with #B622DD

Text Example


Text Example

White with #B622DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622DD; }

 p { color: rgb(182,34,221); }

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

background-color css

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

 a { background-color: rgb(182,34,221); }

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

border-color css

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

 span { border-color: rgb(182,34,221); }

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