Html Css Color HEX #B622DB Dark Orchid

📋 copy color: '#B622DB'

red 182 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #B622DB

Tints of Dark Orchid #B622DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 41.84%
G = 7.82%
B = 50.34%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B622DB (or 0xB622DB) is known color: Dark Orchid. HEX triplet: B6, 22 and DB. RGB value is (182,34,219). Sum of RGB (Red+Green+Blue) = 182+34+219=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B622DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B622DB is #49DD24. Grayscale: #626262. Windows color (decimal): -4840741 or 14361270. OLE color: 14361270.

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

Color convert

RGB 182 34 219 -
CMYK 0.17 0.84 0 0.14
HSL 288º 0.73% 0.5% -
HSV(B) 288º 0.84% 0.86% -
XYZ 32.65 16.2 68.42 -
YUV 99.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 182 34 219 0.17 0.84 0 0.14 288 0.73 0.5
Hex B6 22 DB 11 54 0 E 120 49 32
Octal 266 42 333 21 124 0 16 440 111 62
Binary 10110110 100010 11011011 10001 1010100 0 1110 100100000 1001001 110010

Color Harmonies of #B622DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622DB

Black with #B622DB

Text Example


Text Example

White with #B622DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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