Html Css Color HEX #B22DDF Dark Orchid

📋 copy color: '#B22DDF'

red 178 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #B22DDF

Tints of Dark Orchid #B22DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 39.91%
G = 10.09%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22DDF (or 0xB22DDF) is known color: Dark Orchid. HEX triplet: B2, 2D and DF. RGB value is (178,45,223). Sum of RGB (Red+Green+Blue) = 178+45+223=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B22DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DDF is #4DD220. Grayscale: #686868. Windows color (decimal): -5100065 or 14626226. OLE color: 14626226.

HSL color Cylindrical-coordinate representation of color #B22DDF: hue angle of 284.83º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22DDF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 45 223 -
CMYK 0.20 0.80 0 0.13
HSL 284.83º 0.74% 0.53% -
HSV(B) 284.83º 0.8% 0.87% -
XYZ 32.62 16.67 71.31 -
YUV 105.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 178 45 223 0.20 0.80 0 0.13 284.83 0.74 0.53
Hex B2 2D DF 14 50 0 D 11D 4A 35
Octal 262 55 337 24 120 0 15 435 112 65
Binary 10110010 101101 11011111 10100 1010000 0 1101 100011101 1001010 110101

Color Harmonies of #B22DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DDF

Black with #B22DDF

Text Example


Text Example

White with #B22DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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