Html Css Color HEX #B062A0 Violet Blue

📋 copy color: '#B062A0'

red 176 ◦ green 98 ◦ blue 160

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

Shades of Violet Blue #B062A0

Tints of Violet Blue #B062A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 40.55%
G = 22.58%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B062A0 (or 0xB062A0) is known color: Violet Blue. HEX triplet: B0, 62 and A0. RGB value is (176,98,160). Sum of RGB (Red+Green+Blue) = 176+98+160=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B062A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B062A0 is #4F9D5F. Grayscale: #808080. Windows color (decimal): -5217632 or 10511024. OLE color: 10511024.

HSL color Cylindrical-coordinate representation of color #B062A0: hue angle of 312.31º 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 #B062A0 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 160 -
CMYK 0 0.44 0.09 0.31
HSL 312.31º 0.33% 0.54% -
HSV(B) 312.31º 0.44% 0.69% -
XYZ 28.62 20.5 35.71 -
YUV 128.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 176 98 160 0 0.44 0.09 0.31 312.31 0.33 0.54
Hex B0 62 A0 0 2C 9 1F 138 21 36
Octal 260 142 240 0 54 11 37 470 41 66
Binary 10110000 1100010 10100000 0 101100 1001 11111 100111000 100001 110110

Color Harmonies of #B062A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062A0

Black with #B062A0

Text Example


Text Example

White with #B062A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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