Html Css Color HEX #B65BA5 Violet Blue

📋 copy color: '#B65BA5'

red 182 ◦ green 91 ◦ blue 165

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

Shades of Violet Blue #B65BA5

Tints of Violet Blue #B65BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 41.55%
G = 20.78%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B65BA5 (or 0xB65BA5) is known color: Violet Blue. HEX triplet: B6, 5B and A5. RGB value is (182,91,165). Sum of RGB (Red+Green+Blue) = 182+91+165=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA5 is #49A45A. Grayscale: #7E7E7E. Windows color (decimal): -4826203 or 10836918. OLE color: 10836918.

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

Color convert

RGB 182 91 165 -
CMYK 0 0.5 0.09 0.29
HSL 311.21º 0.38% 0.54% -
HSV(B) 311.21º 0.5% 0.71% -
XYZ 29.82 20.14 37.91 -
YUV 126.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 182 91 165 0 0.5 0.09 0.29 311.21 0.38 0.54
Hex B6 5B A5 0 32 9 1D 137 26 36
Octal 266 133 245 0 62 11 35 467 46 66
Binary 10110110 1011011 10100101 0 110010 1001 11101 100110111 100110 110110

Color Harmonies of #B65BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BA5

Black with #B65BA5

Text Example


Text Example

White with #B65BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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