Html Css Color HEX #B422DE Dark Orchid

📋 copy color: '#B422DE'

red 180 ◦ green 34 ◦ blue 222

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

Shades of Dark Orchid #B422DE

Tints of Dark Orchid #B422DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 41.28%
G = 7.8%
B = 50.92%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B422DE (or 0xB422DE) is known color: Dark Orchid. HEX triplet: B4, 22 and DE. RGB value is (180,34,222). Sum of RGB (Red+Green+Blue) = 180+34+222=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #B422DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422DE is #4BDD21. Grayscale: #626262. Windows color (decimal): -4971810 or 14557876. OLE color: 14557876.

HSL color Cylindrical-coordinate representation of color #B422DE: hue angle of 286.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B422DE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 34 222 -
CMYK 0.19 0.85 0 0.13
HSL 286.6º 0.74% 0.5% -
HSV(B) 286.6º 0.85% 0.87% -
XYZ 32.58 16.12 70.5 -
YUV 99.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 180 34 222 0.19 0.85 0 0.13 286.6 0.74 0.5
Hex B4 22 DE 13 55 0 D 11F 4A 32
Octal 264 42 336 23 125 0 15 437 112 62
Binary 10110100 100010 11011110 10011 1010101 0 1101 100011111 1001010 110010

Color Harmonies of #B422DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422DE

Black with #B422DE

Text Example


Text Example

White with #B422DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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