Html Css Color HEX #B22DE9 Dark Orchid

📋 copy color: '#B22DE9'

red 178 ◦ green 45 ◦ blue 233

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

Shades of Dark Orchid #B22DE9

Tints of Dark Orchid #B22DE9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

 BLUE value IS 233 (91.41% from 255) = 51.1%

R = 39.04%
G = 9.87%
B = 51.1%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B22DE9 (or 0xB22DE9) is known color: Dark Orchid. HEX triplet: B2, 2D and E9. RGB value is (178,45,233). Sum of RGB (Red+Green+Blue) = 178+45+233=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #B22DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22DE9 is #4DD216. Grayscale: #696969. Windows color (decimal): -5100055 or 15281586. OLE color: 15281586.

HSL color Cylindrical-coordinate representation of color #B22DE9: hue angle of 282.45º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22DE9 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 45 233 -
CMYK 0.24 0.81 0 0.09
HSL 282.45º 0.81% 0.55% -
HSV(B) 282.45º 0.81% 0.91% -
XYZ 34.01 17.22 78.62 -
YUV 106.2 199.56 179.21 -
System Red Green Blue C M Y K H S L
Decimal 178 45 233 0.24 0.81 0 0.09 282.45 0.81 0.55
Hex B2 2D E9 18 51 0 9 11A 51 37
Octal 262 55 351 30 121 0 11 432 121 67
Binary 10110010 101101 11101001 11000 1010001 0 1001 100011010 1010001 110111

Color Harmonies of #B22DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DE9

Black with #B22DE9

Text Example


Text Example

White with #B22DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DE9; }

 p { color: rgb(178,45,233); }

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

background-color css

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

 a { background-color: rgb(178,45,233); }

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

border-color css

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

 span { border-color: rgb(178,45,233); }

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