Html Css Color HEX #B062B3 Fuchsia

📋 copy color: '#B062B3'

red 176 ◦ green 98 ◦ blue 179

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

Shades of Fuchsia #B062B3

Tints of Fuchsia #B062B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.51%

R = 38.85%
G = 21.63%
B = 39.51%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B062B3 (or 0xB062B3) is known color: Fuchsia. HEX triplet: B0, 62 and B3. RGB value is (176,98,179). Sum of RGB (Red+Green+Blue) = 176+98+179=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #B062B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062B3 is #4F9D4C. Grayscale: #828282. Windows color (decimal): -5217613 or 11756208. OLE color: 11756208.

HSL color Cylindrical-coordinate representation of color #B062B3: hue angle of 297.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B062B3 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 98 179 -
CMYK 0.02 0.45 0 0.30
HSL 297.78º 0.35% 0.54% -
HSV(B) 297.78º 0.45% 0.7% -
XYZ 30.41 21.22 45.14 -
YUV 130.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 176 98 179 0.02 0.45 0 0.30 297.78 0.35 0.54
Hex B0 62 B3 2 2D 0 1E 12A 23 36
Octal 260 142 263 2 55 0 36 452 43 66
Binary 10110000 1100010 10110011 10 101101 0 11110 100101010 100011 110110

Color Harmonies of #B062B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062B3

Black with #B062B3

Text Example


Text Example

White with #B062B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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