Html Css Color HEX #B621DB Dark Orchid

📋 copy color: '#B621DB'

red 182 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #B621DB

Tints of Dark Orchid #B621DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.6%

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

R = 41.94%
G = 7.6%
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

#B621DB (or 0xB621DB) is known color: Dark Orchid. HEX triplet: B6, 21 and DB. RGB value is (182,33,219). Sum of RGB (Red+Green+Blue) = 182+33+219=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B621DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621DB is #49DE24. Grayscale: #626262. Windows color (decimal): -4840997 or 14361014. OLE color: 14361014.

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

Color convert

RGB 182 33 219 -
CMYK 0.17 0.85 0 0.14
HSL 288.06º 0.74% 0.49% -
HSV(B) 288.06º 0.85% 0.86% -
XYZ 32.62 16.15 68.42 -
YUV 98.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 182 33 219 0.17 0.85 0 0.14 288.06 0.74 0.49
Hex B6 21 DB 11 55 0 E 120 4A 31
Octal 266 41 333 21 125 0 16 440 112 61
Binary 10110110 100001 11011011 10001 1010101 0 1110 100100000 1001010 110001

Color Harmonies of #B621DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621DB

Black with #B621DB

Text Example


Text Example

White with #B621DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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