Html Css Color HEX #B65BA3 Violet Blue

📋 copy color: '#B65BA3'

red 182 ◦ green 91 ◦ blue 163

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

Shades of Violet Blue #B65BA3

Tints of Violet Blue #B65BA3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

 BLUE value IS 163 (64.06% from 255) = 37.39%

R = 41.74%
G = 20.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B65BA3 (or 0xB65BA3) is known color: Violet Blue. HEX triplet: B6, 5B and A3. RGB value is (182,91,163). Sum of RGB (Red+Green+Blue) = 182+91+163=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA3 is #49A45C. Grayscale: #7E7E7E. Windows color (decimal): -4826205 or 10705846. OLE color: 10705846.

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

Color convert

RGB 182 91 163 -
CMYK 0 0.5 0.10 0.29
HSL 312.53º 0.38% 0.54% -
HSV(B) 312.53º 0.5% 0.71% -
XYZ 29.64 20.07 36.96 -
YUV 126.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 182 91 163 0 0.5 0.10 0.29 312.53 0.38 0.54
Hex B6 5B A3 0 32 A 1D 139 26 36
Octal 266 133 243 0 62 12 35 471 46 66
Binary 10110110 1011011 10100011 0 110010 1010 11101 100111001 100110 110110

Color Harmonies of #B65BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BA3

Black with #B65BA3

Text Example


Text Example

White with #B65BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BA3; }

 p { color: rgb(182,91,163); }

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

background-color css

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

 a { background-color: rgb(182,91,163); }

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

border-color css

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

 span { border-color: rgb(182,91,163); }

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