Html Css Color HEX #B22ECF Dark Orchid

📋 copy color: '#B22ECF'

red 178 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #B22ECF

Tints of Dark Orchid #B22ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 41.3%
G = 10.67%
B = 48.03%

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

#B22ECF (or 0xB22ECF) is known color: Dark Orchid. HEX triplet: B2, 2E and CF. RGB value is (178,46,207). Sum of RGB (Red+Green+Blue) = 178+46+207=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #B22ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ECF is #4DD130. Grayscale: #676767. Windows color (decimal): -5099825 or 13577906. OLE color: 13577906.

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

Color convert

RGB 178 46 207 -
CMYK 0.14 0.78 0 0.19
HSL 289.19º 0.64% 0.5% -
HSV(B) 289.19º 0.78% 0.81% -
XYZ 30.6 15.92 60.49 -
YUV 103.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 178 46 207 0.14 0.78 0 0.19 289.19 0.64 0.5
Hex B2 2E CF E 4E 0 13 121 40 32
Octal 262 56 317 16 116 0 23 441 100 62
Binary 10110010 101110 11001111 1110 1001110 0 10011 100100001 1000000 110010

Color Harmonies of #B22ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ECF

Black with #B22ECF

Text Example


Text Example

White with #B22ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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