Html Css Color HEX #B65AA0 Violet Blue

📋 copy color: '#B65AA0'

red 182 ◦ green 90 ◦ blue 160

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

Shades of Violet Blue #B65AA0

Tints of Violet Blue #B65AA0

RGB

 RED value IS 182 (71.48% from 255) = 42.13%

 GREEN value IS 90 (35.55% from 255) = 20.83%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 42.13%
G = 20.83%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B65AA0 (or 0xB65AA0) is known color: Violet Blue. HEX triplet: B6, 5A and A0. RGB value is (182,90,160). Sum of RGB (Red+Green+Blue) = 182+90+160=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AA0 is #49A55F. Grayscale: #7D7D7D. Windows color (decimal): -4826464 or 10508982. OLE color: 10508982.

HSL color Cylindrical-coordinate representation of color #B65AA0: hue angle of 314.35º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65AA0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 160 -
CMYK 0 0.51 0.12 0.29
HSL 314.35º 0.39% 0.53% -
HSV(B) 314.35º 0.51% 0.71% -
XYZ 29.29 19.8 35.53 -
YUV 125.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 182 90 160 0 0.51 0.12 0.29 314.35 0.39 0.53
Hex B6 5A A0 0 33 C 1D 13A 27 35
Octal 266 132 240 0 63 14 35 472 47 65
Binary 10110110 1011010 10100000 0 110011 1100 11101 100111010 100111 110101

Color Harmonies of #B65AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65AA0

Black with #B65AA0

Text Example


Text Example

White with #B65AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65AA0; }

 p { color: rgb(182,90,160); }

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

background-color css

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

 a { background-color: rgb(182,90,160); }

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

border-color css

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

 span { border-color: rgb(182,90,160); }

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