Html Css Color HEX #B062A8 Violet Blue

📋 copy color: '#B062A8'

red 176 ◦ green 98 ◦ blue 168

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

Shades of Violet Blue #B062A8

Tints of Violet Blue #B062A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 39.82%
G = 22.17%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B062A8 (or 0xB062A8) is known color: Violet Blue. HEX triplet: B0, 62 and A8. RGB value is (176,98,168). Sum of RGB (Red+Green+Blue) = 176+98+168=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B062A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B062A8 is #4F9D57. Grayscale: #818181. Windows color (decimal): -5217624 or 11035312. OLE color: 11035312.

HSL color Cylindrical-coordinate representation of color #B062A8: hue angle of 306.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B062A8 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 168 -
CMYK 0 0.44 0.05 0.31
HSL 306.15º 0.33% 0.54% -
HSV(B) 306.15º 0.44% 0.69% -
XYZ 29.34 20.79 39.51 -
YUV 129.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 176 98 168 0 0.44 0.05 0.31 306.15 0.33 0.54
Hex B0 62 A8 0 2C 5 1F 132 21 36
Octal 260 142 250 0 54 5 37 462 41 66
Binary 10110000 1100010 10101000 0 101100 101 11111 100110010 100001 110110

Color Harmonies of #B062A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062A8

Black with #B062A8

Text Example


Text Example

White with #B062A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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