Html Css Color HEX #B465AF Violet Blue

📋 copy color: '#B465AF'

red 180 ◦ green 101 ◦ blue 175

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

Shades of Violet Blue #B465AF

Tints of Violet Blue #B465AF

RGB

 RED value IS 180 (70.7% from 255) = 39.47%

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

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

R = 39.47%
G = 22.15%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B465AF (or 0xB465AF) is known color: Violet Blue. HEX triplet: B4, 65 and AF. RGB value is (180,101,175). Sum of RGB (Red+Green+Blue) = 180+101+175=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B465AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465AF is #4B9A50. Grayscale: #848484. Windows color (decimal): -4954705 or 11494836. OLE color: 11494836.

HSL color Cylindrical-coordinate representation of color #B465AF: hue angle of 303.8º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B465AF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 175 -
CMYK 0 0.44 0.03 0.29
HSL 303.8º 0.34% 0.55% -
HSV(B) 303.8º 0.44% 0.71% -
XYZ 31.21 22.11 43.18 -
YUV 133.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 180 101 175 0 0.44 0.03 0.29 303.8 0.34 0.55
Hex B4 65 AF 0 2C 3 1D 130 22 37
Octal 264 145 257 0 54 3 35 460 42 67
Binary 10110100 1100101 10101111 0 101100 11 11101 100110000 100010 110111

Color Harmonies of #B465AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465AF

Black with #B465AF

Text Example


Text Example

White with #B465AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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