Html Css Color HEX #B22BDD Dark Orchid

📋 copy color: '#B22BDD'

red 178 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #B22BDD

Tints of Dark Orchid #B22BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.73%

 BLUE value IS 221 (86.72% from 255) = 50%

R = 40.27%
G = 9.73%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B22BDD (or 0xB22BDD) is known color: Dark Orchid. HEX triplet: B2, 2B and DD. RGB value is (178,43,221). Sum of RGB (Red+Green+Blue) = 178+43+221=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #B22BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BDD is #4DD422. Grayscale: #676767. Windows color (decimal): -5100579 or 14494642. OLE color: 14494642.

HSL color Cylindrical-coordinate representation of color #B22BDD: hue angle of 285.51º degrees, saturation: 0.72, 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 #B22BDD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 43 221 -
CMYK 0.19 0.81 0 0.13
HSL 285.51º 0.72% 0.52% -
HSV(B) 285.51º 0.81% 0.87% -
XYZ 32.28 16.41 69.87 -
YUV 103.66 194.23 181.03 -
System Red Green Blue C M Y K H S L
Decimal 178 43 221 0.19 0.81 0 0.13 285.51 0.72 0.52
Hex B2 2B DD 13 51 0 D 11E 48 34
Octal 262 53 335 23 121 0 15 436 110 64
Binary 10110010 101011 11011101 10011 1010001 0 1101 100011110 1001000 110100

Color Harmonies of #B22BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22BDD

Black with #B22BDD

Text Example


Text Example

White with #B22BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22BDD; }

 p { color: rgb(178,43,221); }

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

background-color css

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

 a { background-color: rgb(178,43,221); }

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

border-color css

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

 span { border-color: rgb(178,43,221); }

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