Html Css Color HEX #B621DC Dark Orchid

📋 copy color: '#B621DC'

red 182 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #B621DC

Tints of Dark Orchid #B621DC

RGB

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

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

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

R = 41.84%
G = 7.59%
B = 50.57%

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

#B621DC (or 0xB621DC) is known color: Dark Orchid. HEX triplet: B6, 21 and DC. RGB value is (182,33,220). Sum of RGB (Red+Green+Blue) = 182+33+220=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #B621DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621DC is #49DE23. Grayscale: #626262. Windows color (decimal): -4840996 or 14426550. OLE color: 14426550.

HSL color Cylindrical-coordinate representation of color #B621DC: hue angle of 287.81º degrees, saturation: 0.74, 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 #B621DC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 33 220 -
CMYK 0.17 0.85 0 0.14
HSL 287.81º 0.74% 0.5% -
HSV(B) 287.81º 0.85% 0.86% -
XYZ 32.75 16.2 69.11 -
YUV 98.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 182 33 220 0.17 0.85 0 0.14 287.81 0.74 0.5
Hex B6 21 DC 11 55 0 E 120 4A 32
Octal 266 41 334 21 125 0 16 440 112 62
Binary 10110110 100001 11011100 10001 1010101 0 1110 100100000 1001010 110010

Color Harmonies of #B621DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621DC

Black with #B621DC

Text Example


Text Example

White with #B621DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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