Html Css Color HEX #B62DB0 Fuchsia

📋 copy color: '#B62DB0'

red 182 ◦ green 45 ◦ blue 176

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

Shades of Fuchsia #B62DB0

Tints of Fuchsia #B62DB0

RGB

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

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

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

R = 45.16%
G = 11.17%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B62DB0 (or 0xB62DB0) is known color: Fuchsia. HEX triplet: B6, 2D and B0. RGB value is (182,45,176). Sum of RGB (Red+Green+Blue) = 182+45+176=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DB0 is #49D24F. Grayscale: #646464. Windows color (decimal): -4837968 or 11546038. OLE color: 11546038.

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

Color convert

RGB 182 45 176 -
CMYK 0 0.75 0.03 0.29
HSL 302.63º 0.6% 0.45% -
HSV(B) 302.63º 0.75% 0.71% -
XYZ 28.07 14.96 42.48 -
YUV 100.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 182 45 176 0 0.75 0.03 0.29 302.63 0.6 0.45
Hex B6 2D B0 0 4B 3 1D 12F 3C 2D
Octal 266 55 260 0 113 3 35 457 74 55
Binary 10110110 101101 10110000 0 1001011 11 11101 100101111 111100 101101

Color Harmonies of #B62DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DB0

Black with #B62DB0

Text Example


Text Example

White with #B62DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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