Html Css Color HEX #B465AC Violet Blue

📋 copy color: '#B465AC'

red 180 ◦ green 101 ◦ blue 172

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

Shades of Violet Blue #B465AC

Tints of Violet Blue #B465AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 39.74%
G = 22.3%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B465AC (or 0xB465AC) is known color: Violet Blue. HEX triplet: B4, 65 and AC. RGB value is (180,101,172). Sum of RGB (Red+Green+Blue) = 180+101+172=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B465AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465AC is #4B9A53. Grayscale: #848484. Windows color (decimal): -4954708 or 11298228. OLE color: 11298228.

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

Color convert

RGB 180 101 172 -
CMYK 0 0.44 0.04 0.29
HSL 306.08º 0.34% 0.55% -
HSV(B) 306.08º 0.44% 0.71% -
XYZ 30.92 21.99 41.64 -
YUV 132.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 180 101 172 0 0.44 0.04 0.29 306.08 0.34 0.55
Hex B4 65 AC 0 2C 4 1D 132 22 37
Octal 264 145 254 0 54 4 35 462 42 67
Binary 10110100 1100101 10101100 0 101100 100 11101 100110010 100010 110111

Color Harmonies of #B465AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465AC

Black with #B465AC

Text Example


Text Example

White with #B465AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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