Html Css Color HEX #B422DC Dark Orchid

📋 copy color: '#B422DC'

red 180 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #B422DC

Tints of Dark Orchid #B422DC

RGB

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

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

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

R = 41.47%
G = 7.83%
B = 50.69%

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

#B422DC (or 0xB422DC) is known color: Dark Orchid. HEX triplet: B4, 22 and DC. RGB value is (180,34,220). Sum of RGB (Red+Green+Blue) = 180+34+220=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #B422DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422DC is #4BDD23. Grayscale: #626262. Windows color (decimal): -4971812 or 14426804. OLE color: 14426804.

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

Color convert

RGB 180 34 220 -
CMYK 0.18 0.85 0 0.14
HSL 287.1º 0.73% 0.5% -
HSV(B) 287.1º 0.85% 0.86% -
XYZ 32.31 16.01 69.1 -
YUV 98.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 180 34 220 0.18 0.85 0 0.14 287.1 0.73 0.5
Hex B4 22 DC 12 55 0 E 11F 49 32
Octal 264 42 334 22 125 0 16 437 111 62
Binary 10110100 100010 11011100 10010 1010101 0 1110 100011111 1001001 110010

Color Harmonies of #B422DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422DC

Black with #B422DC

Text Example


Text Example

White with #B422DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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