Html Css Color HEX #B065A2 Violet Blue

📋 copy color: '#B065A2'

red 176 ◦ green 101 ◦ blue 162

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

Shades of Violet Blue #B065A2

Tints of Violet Blue #B065A2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 40.09%
G = 23.01%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B065A2 (or 0xB065A2) is known color: Violet Blue. HEX triplet: B0, 65 and A2. RGB value is (176,101,162). Sum of RGB (Red+Green+Blue) = 176+101+162=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B065A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065A2 is #4F9A5D. Grayscale: #828282. Windows color (decimal): -5216862 or 10642864. OLE color: 10642864.

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

Color convert

RGB 176 101 162 -
CMYK 0 0.43 0.08 0.31
HSL 311.2º 0.32% 0.54% -
HSV(B) 311.2º 0.43% 0.69% -
XYZ 29.08 21.15 36.73 -
YUV 130.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 176 101 162 0 0.43 0.08 0.31 311.2 0.32 0.54
Hex B0 65 A2 0 2B 8 1F 137 20 36
Octal 260 145 242 0 53 10 37 467 40 66
Binary 10110000 1100101 10100010 0 101011 1000 11111 100110111 100000 110110

Color Harmonies of #B065A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065A2

Black with #B065A2

Text Example


Text Example

White with #B065A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065A2; }

 p { color: rgb(176,101,162); }

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

background-color css

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

 a { background-color: rgb(176,101,162); }

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

border-color css

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

 span { border-color: rgb(176,101,162); }

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