Html Css Color HEX #B22DDA Dark Orchid

📋 copy color: '#B22DDA'

red 178 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #B22DDA

Tints of Dark Orchid #B22DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 40.36%
G = 10.2%
B = 49.43%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B22DDA (or 0xB22DDA) is known color: Dark Orchid. HEX triplet: B2, 2D and DA. RGB value is (178,45,218). Sum of RGB (Red+Green+Blue) = 178+45+218=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #B22DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DDA is #4DD225. Grayscale: #676767. Windows color (decimal): -5100070 or 14298546. OLE color: 14298546.

HSL color Cylindrical-coordinate representation of color #B22DDA: hue angle of 286.13º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22DDA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 45 218 -
CMYK 0.18 0.79 0 0.15
HSL 286.13º 0.7% 0.52% -
HSV(B) 286.13º 0.79% 0.85% -
XYZ 31.95 16.4 67.81 -
YUV 104.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 178 45 218 0.18 0.79 0 0.15 286.13 0.7 0.52
Hex B2 2D DA 12 4F 0 F 11E 46 34
Octal 262 55 332 22 117 0 17 436 106 64
Binary 10110010 101101 11011010 10010 1001111 0 1111 100011110 1000110 110100

Color Harmonies of #B22DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DDA

Black with #B22DDA

Text Example


Text Example

White with #B22DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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