Html Css Color HEX #B321DB Dark Orchid

📋 copy color: '#B321DB'

red 179 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #B321DB

Tints of Dark Orchid #B321DB

RGB

 RED value IS 179 (70.31% from 255) = 41.53%

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

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

R = 41.53%
G = 7.66%
B = 50.81%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B321DB (or 0xB321DB) is known color: Dark Orchid. HEX triplet: B3, 21 and DB. RGB value is (179,33,219). Sum of RGB (Red+Green+Blue) = 179+33+219=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B321DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321DB is #4CDE24. Grayscale: #616161. Windows color (decimal): -5037605 or 14361011. OLE color: 14361011.

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

Color convert

RGB 179 33 219 -
CMYK 0.18 0.85 0 0.14
HSL 287.1º 0.74% 0.49% -
HSV(B) 287.1º 0.85% 0.86% -
XYZ 31.92 15.79 68.38 -
YUV 97.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 179 33 219 0.18 0.85 0 0.14 287.1 0.74 0.49
Hex B3 21 DB 12 55 0 E 11F 4A 31
Octal 263 41 333 22 125 0 16 437 112 61
Binary 10110011 100001 11011011 10010 1010101 0 1110 100011111 1001010 110001

Color Harmonies of #B321DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321DB

Black with #B321DB

Text Example


Text Example

White with #B321DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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