Html Css Color HEX #B22ECE Dark Orchid

📋 copy color: '#B22ECE'

red 178 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #B22ECE

Tints of Dark Orchid #B22ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 41.4%
G = 10.7%
B = 47.91%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B22ECE (or 0xB22ECE) is known color: Dark Orchid. HEX triplet: B2, 2E and CE. RGB value is (178,46,206). Sum of RGB (Red+Green+Blue) = 178+46+206=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B22ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ECE is #4DD131. Grayscale: #676767. Windows color (decimal): -5099826 or 13512370. OLE color: 13512370.

HSL color Cylindrical-coordinate representation of color #B22ECE: hue angle of 289.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22ECE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 46 206 -
CMYK 0.14 0.78 0 0.19
HSL 289.5º 0.63% 0.49% -
HSV(B) 289.5º 0.78% 0.81% -
XYZ 30.48 15.88 59.85 -
YUV 103.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 178 46 206 0.14 0.78 0 0.19 289.5 0.63 0.49
Hex B2 2E CE E 4E 0 13 122 3F 31
Octal 262 56 316 16 116 0 23 442 77 61
Binary 10110010 101110 11001110 1110 1001110 0 10011 100100010 111111 110001

Color Harmonies of #B22ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ECE

Black with #B22ECE

Text Example


Text Example

White with #B22ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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