Html Css Color HEX #B65DA1 Violet Blue

📋 copy color: '#B65DA1'

red 182 ◦ green 93 ◦ blue 161

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

Shades of Violet Blue #B65DA1

Tints of Violet Blue #B65DA1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.33%

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 41.74%
G = 21.33%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B65DA1 (or 0xB65DA1) is known color: Violet Blue. HEX triplet: B6, 5D and A1. RGB value is (182,93,161). Sum of RGB (Red+Green+Blue) = 182+93+161=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DA1 is #49A25E. Grayscale: #7F7F7F. Windows color (decimal): -4825695 or 10575286. OLE color: 10575286.

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

Color convert

RGB 182 93 161 -
CMYK 0 0.49 0.12 0.29
HSL 314.16º 0.38% 0.54% -
HSV(B) 314.16º 0.49% 0.71% -
XYZ 29.64 20.35 36.08 -
YUV 127.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 182 93 161 0 0.49 0.12 0.29 314.16 0.38 0.54
Hex B6 5D A1 0 31 C 1D 13A 26 36
Octal 266 135 241 0 61 14 35 472 46 66
Binary 10110110 1011101 10100001 0 110001 1100 11101 100111010 100110 110110

Color Harmonies of #B65DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DA1

Black with #B65DA1

Text Example


Text Example

White with #B65DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DA1; }

 p { color: rgb(182,93,161); }

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

background-color css

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

 a { background-color: rgb(182,93,161); }

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

border-color css

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

 span { border-color: rgb(182,93,161); }

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