Html Css Color HEX #B22EDC Dark Orchid

📋 copy color: '#B22EDC'

red 178 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #B22EDC

Tints of Dark Orchid #B22EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 40.09%
G = 10.36%
B = 49.55%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B22EDC (or 0xB22EDC) is known color: Dark Orchid. HEX triplet: B2, 2E and DC. RGB value is (178,46,220). Sum of RGB (Red+Green+Blue) = 178+46+220=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #B22EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22EDC is #4DD123. Grayscale: #686868. Windows color (decimal): -5099812 or 14429874. OLE color: 14429874.

HSL color Cylindrical-coordinate representation of color #B22EDC: hue angle of 285.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22EDC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 46 220 -
CMYK 0.19 0.79 0 0.14
HSL 285.52º 0.71% 0.52% -
HSV(B) 285.52º 0.79% 0.86% -
XYZ 32.26 16.59 69.21 -
YUV 105.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 178 46 220 0.19 0.79 0 0.14 285.52 0.71 0.52
Hex B2 2E DC 13 4F 0 E 11E 47 34
Octal 262 56 334 23 117 0 16 436 107 64
Binary 10110010 101110 11011100 10011 1001111 0 1110 100011110 1000111 110100

Color Harmonies of #B22EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22EDC

Black with #B22EDC

Text Example


Text Example

White with #B22EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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