Html Css Color HEX #B062A5 Violet Blue

📋 copy color: '#B062A5'

red 176 ◦ green 98 ◦ blue 165

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

Shades of Violet Blue #B062A5

Tints of Violet Blue #B062A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 40.09%
G = 22.32%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B062A5 (or 0xB062A5) is known color: Violet Blue. HEX triplet: B0, 62 and A5. RGB value is (176,98,165). Sum of RGB (Red+Green+Blue) = 176+98+165=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B062A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B062A5 is #4F9D5A. Grayscale: #808080. Windows color (decimal): -5217627 or 10838704. OLE color: 10838704.

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

Color convert

RGB 176 98 165 -
CMYK 0 0.44 0.06 0.31
HSL 308.46º 0.33% 0.54% -
HSV(B) 308.46º 0.44% 0.69% -
XYZ 29.06 20.68 38.06 -
YUV 128.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 176 98 165 0 0.44 0.06 0.31 308.46 0.33 0.54
Hex B0 62 A5 0 2C 6 1F 134 21 36
Octal 260 142 245 0 54 6 37 464 41 66
Binary 10110000 1100010 10100101 0 101100 110 11111 100110100 100001 110110

Color Harmonies of #B062A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062A5

Black with #B062A5

Text Example


Text Example

White with #B062A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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