Html Css Color HEX #B22FB1 Fuchsia

📋 copy color: '#B22FB1'

red 178 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #B22FB1

Tints of Fuchsia #B22FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 177 (69.53% from 255) = 44.03%

R = 44.28%
G = 11.69%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B22FB1 (or 0xB22FB1) is known color: Fuchsia. HEX triplet: B2, 2F and B1. RGB value is (178,47,177). Sum of RGB (Red+Green+Blue) = 178+47+177=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B22FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22FB1 is #4DD04E. Grayscale: #646464. Windows color (decimal): -5099599 or 11612082. OLE color: 11612082.

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

Color convert

RGB 178 47 177 -
CMYK 0 0.74 0.01 0.30
HSL 300.46º 0.58% 0.44% -
HSV(B) 300.46º 0.74% 0.7% -
XYZ 27.31 14.67 42.99 -
YUV 100.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 178 47 177 0 0.74 0.01 0.30 300.46 0.58 0.44
Hex B2 2F B1 0 4A 1 1E 12C 3A 2C
Octal 262 57 261 0 112 1 36 454 72 54
Binary 10110010 101111 10110001 0 1001010 1 11110 100101100 111010 101100

Color Harmonies of #B22FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22FB1

Black with #B22FB1

Text Example


Text Example

White with #B22FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22FB1; }

 p { color: rgb(178,47,177); }

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

background-color css

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

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

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

border-color css

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

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

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