Html Css Color HEX #B22EDA Dark Orchid

📋 copy color: '#B22EDA'

red 178 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #B22EDA

Tints of Dark Orchid #B22EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.41%

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

R = 40.27%
G = 10.41%
B = 49.32%

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

#B22EDA (or 0xB22EDA) is known color: Dark Orchid. HEX triplet: B2, 2E and DA. RGB value is (178,46,218). Sum of RGB (Red+Green+Blue) = 178+46+218=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #B22EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22EDA is #4DD125. Grayscale: #686868. Windows color (decimal): -5099814 or 14298802. OLE color: 14298802.

HSL color Cylindrical-coordinate representation of color #B22EDA: hue angle of 286.05º 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 #B22EDA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 46 218 -
CMYK 0.18 0.79 0 0.15
HSL 286.05º 0.7% 0.52% -
HSV(B) 286.05º 0.79% 0.85% -
XYZ 31.99 16.48 67.82 -
YUV 105.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 178 46 218 0.18 0.79 0 0.15 286.05 0.7 0.52
Hex B2 2E DA 12 4F 0 F 11E 46 34
Octal 262 56 332 22 117 0 17 436 106 64
Binary 10110010 101110 11011010 10010 1001111 0 1111 100011110 1000110 110100

Color Harmonies of #B22EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22EDA

Black with #B22EDA

Text Example


Text Example

White with #B22EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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