Html Css Color HEX #B22DB2 Fuchsia

📋 copy color: '#B22DB2'

red 178 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #B22DB2

Tints of Fuchsia #B22DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 44.39%
G = 11.22%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B22DB2 (or 0xB22DB2) is known color: Fuchsia. HEX triplet: B2, 2D and B2. RGB value is (178,45,178). Sum of RGB (Red+Green+Blue) = 178+45+178=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B22DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22DB2 is #4DD24D. Grayscale: #636363. Windows color (decimal): -5100110 or 11677106. OLE color: 11677106.

HSL color Cylindrical-coordinate representation of color #B22DB2: hue angle of 300º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB2 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 178 -
CMYK 0 0.75 0 0.30
HSL 300º 0.6% 0.44% -
HSV(B) 300º 0.75% 0.7% -
XYZ 27.33 14.56 43.49 -
YUV 99.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 178 45 178 0 0.75 0 0.30 300 0.6 0.44
Hex B2 2D B2 0 4B 0 1E 12C 3C 2C
Octal 262 55 262 0 113 0 36 454 74 54
Binary 10110010 101101 10110010 0 1001011 0 11110 100101100 111100 101100

Color Harmonies of #B22DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DB2

Black with #B22DB2

Text Example


Text Example

White with #B22DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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