Html Css Color HEX #B65BA8 Violet Blue

📋 copy color: '#B65BA8'

red 182 ◦ green 91 ◦ blue 168

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

Shades of Violet Blue #B65BA8

Tints of Violet Blue #B65BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 41.27%
G = 20.63%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B65BA8 (or 0xB65BA8) is known color: Violet Blue. HEX triplet: B6, 5B and A8. RGB value is (182,91,168). Sum of RGB (Red+Green+Blue) = 182+91+168=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA8 is #49A457. Grayscale: #7E7E7E. Windows color (decimal): -4826200 or 11033526. OLE color: 11033526.

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

Color convert

RGB 182 91 168 -
CMYK 0 0.5 0.08 0.29
HSL 309.23º 0.38% 0.54% -
HSV(B) 309.23º 0.5% 0.71% -
XYZ 30.1 20.25 39.37 -
YUV 126.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 182 91 168 0 0.5 0.08 0.29 309.23 0.38 0.54
Hex B6 5B A8 0 32 8 1D 135 26 36
Octal 266 133 250 0 62 10 35 465 46 66
Binary 10110110 1011011 10101000 0 110010 1000 11101 100110101 100110 110110

Color Harmonies of #B65BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BA8

Black with #B65BA8

Text Example


Text Example

White with #B65BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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