Html Css Color HEX #B062B5 Fuchsia

📋 copy color: '#B062B5'

red 176 ◦ green 98 ◦ blue 181

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

Shades of Fuchsia #B062B5

Tints of Fuchsia #B062B5

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

 GREEN value IS 98 (38.67% from 255) = 21.54%

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 38.68%
G = 21.54%
B = 39.78%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B062B5 (or 0xB062B5) is known color: Fuchsia. HEX triplet: B0, 62 and B5. RGB value is (176,98,181). Sum of RGB (Red+Green+Blue) = 176+98+181=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #B062B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062B5 is #4F9D4A. Grayscale: #828282. Windows color (decimal): -5217611 or 11887280. OLE color: 11887280.

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

Color convert

RGB 176 98 181 -
CMYK 0.03 0.46 0 0.29
HSL 296.39º 0.36% 0.55% -
HSV(B) 296.39º 0.46% 0.71% -
XYZ 30.61 21.3 46.21 -
YUV 130.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 176 98 181 0.03 0.46 0 0.29 296.39 0.36 0.55
Hex B0 62 B5 3 2E 0 1D 128 24 37
Octal 260 142 265 3 56 0 35 450 44 67
Binary 10110000 1100010 10110101 11 101110 0 11101 100101000 100100 110111

Color Harmonies of #B062B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062B5

Black with #B062B5

Text Example


Text Example

White with #B062B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062B5; }

 p { color: rgb(176,98,181); }

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

background-color css

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

 a { background-color: rgb(176,98,181); }

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

border-color css

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

 span { border-color: rgb(176,98,181); }

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