Html Css Color HEX #B065AF Violet Blue

📋 copy color: '#B065AF'

red 176 ◦ green 101 ◦ blue 175

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

Shades of Violet Blue #B065AF

Tints of Violet Blue #B065AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 38.94%
G = 22.35%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B065AF (or 0xB065AF) is known color: Violet Blue. HEX triplet: B0, 65 and AF. RGB value is (176,101,175). Sum of RGB (Red+Green+Blue) = 176+101+175=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B065AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065AF is #4F9A50. Grayscale: #838383. Windows color (decimal): -5216849 or 11494832. OLE color: 11494832.

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

Color convert

RGB 176 101 175 -
CMYK 0 0.43 0.01 0.31
HSL 300.8º 0.32% 0.54% -
HSV(B) 300.8º 0.43% 0.69% -
XYZ 30.3 21.63 43.14 -
YUV 131.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 176 101 175 0 0.43 0.01 0.31 300.8 0.32 0.54
Hex B0 65 AF 0 2B 1 1F 12D 20 36
Octal 260 145 257 0 53 1 37 455 40 66
Binary 10110000 1100101 10101111 0 101011 1 11111 100101101 100000 110110

Color Harmonies of #B065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065AF

Black with #B065AF

Text Example


Text Example

White with #B065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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