Html Css Color HEX #B62AB0 Fuchsia

📋 copy color: '#B62AB0'

red 182 ◦ green 42 ◦ blue 176

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

Shades of Fuchsia #B62AB0

Tints of Fuchsia #B62AB0

RGB

 RED value IS 182 (71.48% from 255) = 45.5%

 GREEN value IS 42 (16.8% from 255) = 10.5%

 BLUE value IS 176 (69.14% from 255) = 44%

R = 45.5%
G = 10.5%
B = 44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B62AB0 (or 0xB62AB0) is known color: Fuchsia. HEX triplet: B6, 2A and B0. RGB value is (182,42,176). Sum of RGB (Red+Green+Blue) = 182+42+176=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B62AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62AB0 is #49D54F. Grayscale: #626262. Windows color (decimal): -4838736 or 11545270. OLE color: 11545270.

HSL color Cylindrical-coordinate representation of color #B62AB0: hue angle of 302.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62AB0 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 42 176 -
CMYK 0 0.77 0.03 0.29
HSL 302.57º 0.63% 0.44% -
HSV(B) 302.57º 0.77% 0.71% -
XYZ 27.96 14.74 42.45 -
YUV 99.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 182 42 176 0 0.77 0.03 0.29 302.57 0.63 0.44
Hex B6 2A B0 0 4D 3 1D 12F 3E 2C
Octal 266 52 260 0 115 3 35 457 76 54
Binary 10110110 101010 10110000 0 1001101 11 11101 100101111 111110 101100

Color Harmonies of #B62AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62AB0

Black with #B62AB0

Text Example


Text Example

White with #B62AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62AB0; }

 p { color: rgb(182,42,176); }

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

background-color css

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

 a { background-color: rgb(182,42,176); }

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

border-color css

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

 span { border-color: rgb(182,42,176); }

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