Html Css Color HEX #B422DB Dark Orchid

📋 copy color: '#B422DB'

red 180 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #B422DB

Tints of Dark Orchid #B422DB

RGB

 RED value IS 180 (70.7% from 255) = 41.57%

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

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

R = 41.57%
G = 7.85%
B = 50.58%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B422DB (or 0xB422DB) is known color: Dark Orchid. HEX triplet: B4, 22 and DB. RGB value is (180,34,219). Sum of RGB (Red+Green+Blue) = 180+34+219=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B422DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422DB is #4BDD24. Grayscale: #626262. Windows color (decimal): -4971813 or 14361268. OLE color: 14361268.

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

Color convert

RGB 180 34 219 -
CMYK 0.18 0.84 0 0.14
HSL 287.35º 0.73% 0.5% -
HSV(B) 287.35º 0.84% 0.86% -
XYZ 32.18 15.96 68.4 -
YUV 98.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 180 34 219 0.18 0.84 0 0.14 287.35 0.73 0.5
Hex B4 22 DB 12 54 0 E 11F 49 32
Octal 264 42 333 22 124 0 16 437 111 62
Binary 10110100 100010 11011011 10010 1010100 0 1110 100011111 1001001 110010

Color Harmonies of #B422DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422DB

Black with #B422DB

Text Example


Text Example

White with #B422DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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