Html Css Color HEX #B65FA0 Violet Blue

📋 copy color: '#B65FA0'

red 182 ◦ green 95 ◦ blue 160

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

Shades of Violet Blue #B65FA0

Tints of Violet Blue #B65FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

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

R = 41.65%
G = 21.74%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B65FA0 (or 0xB65FA0) is known color: Violet Blue. HEX triplet: B6, 5F and A0. RGB value is (182,95,160). Sum of RGB (Red+Green+Blue) = 182+95+160=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FA0 is #49A05F. Grayscale: #808080. Windows color (decimal): -4825184 or 10510262. OLE color: 10510262.

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

Color convert

RGB 182 95 160 -
CMYK 0 0.48 0.12 0.29
HSL 315.17º 0.37% 0.54% -
HSV(B) 315.17º 0.48% 0.71% -
XYZ 29.73 20.67 35.68 -
YUV 128.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 182 95 160 0 0.48 0.12 0.29 315.17 0.37 0.54
Hex B6 5F A0 0 30 C 1D 13B 25 36
Octal 266 137 240 0 60 14 35 473 45 66
Binary 10110110 1011111 10100000 0 110000 1100 11101 100111011 100101 110110

Color Harmonies of #B65FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FA0

Black with #B65FA0

Text Example


Text Example

White with #B65FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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