Html Css Color HEX #B622DC Dark Orchid

📋 copy color: '#B622DC'

red 182 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #B622DC

Tints of Dark Orchid #B622DC

RGB

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

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

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

R = 41.74%
G = 7.8%
B = 50.46%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B622DC (or 0xB622DC) is known color: Dark Orchid. HEX triplet: B6, 22 and DC. RGB value is (182,34,220). Sum of RGB (Red+Green+Blue) = 182+34+220=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B622DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622DC is #49DD23. Grayscale: #626262. Windows color (decimal): -4840740 or 14426806. OLE color: 14426806.

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

Color convert

RGB 182 34 220 -
CMYK 0.17 0.85 0 0.14
HSL 287.74º 0.73% 0.5% -
HSV(B) 287.74º 0.85% 0.86% -
XYZ 32.78 16.26 69.12 -
YUV 99.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 182 34 220 0.17 0.85 0 0.14 287.74 0.73 0.5
Hex B6 22 DC 11 55 0 E 120 49 32
Octal 266 42 334 21 125 0 16 440 111 62
Binary 10110110 100010 11011100 10001 1010101 0 1110 100100000 1001001 110010

Color Harmonies of #B622DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622DC

Black with #B622DC

Text Example


Text Example

White with #B622DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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