Html Css Color HEX #B22ADE Dark Orchid

📋 copy color: '#B22ADE'

red 178 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #B22ADE

Tints of Dark Orchid #B22ADE

RGB

 RED value IS 178 (69.92% from 255) = 40.27%

 GREEN value IS 42 (16.8% from 255) = 9.5%

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

R = 40.27%
G = 9.5%
B = 50.23%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22ADE (or 0xB22ADE) is known color: Dark Orchid. HEX triplet: B2, 2A and DE. RGB value is (178,42,222). Sum of RGB (Red+Green+Blue) = 178+42+222=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B22ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ADE is #4DD521. Grayscale: #666666. Windows color (decimal): -5100834 or 14559922. OLE color: 14559922.

HSL color Cylindrical-coordinate representation of color #B22ADE: hue angle of 285.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22ADE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 42 222 -
CMYK 0.20 0.81 0 0.13
HSL 285.33º 0.73% 0.52% -
HSV(B) 285.33º 0.81% 0.87% -
XYZ 32.37 16.39 70.57 -
YUV 103.18 195.06 181.36 -
System Red Green Blue C M Y K H S L
Decimal 178 42 222 0.20 0.81 0 0.13 285.33 0.73 0.52
Hex B2 2A DE 14 51 0 D 11D 49 34
Octal 262 52 336 24 121 0 15 435 111 64
Binary 10110010 101010 11011110 10100 1010001 0 1101 100011101 1001001 110100

Color Harmonies of #B22ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ADE

Black with #B22ADE

Text Example


Text Example

White with #B22ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ADE; }

 p { color: rgb(178,42,222); }

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

background-color css

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

 a { background-color: rgb(178,42,222); }

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

border-color css

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

 span { border-color: rgb(178,42,222); }

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