Html Css Color HEX #B46DB0 Violet Blue

📋 copy color: '#B46DB0'

red 180 ◦ green 109 ◦ blue 176

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

Shades of Violet Blue #B46DB0

Tints of Violet Blue #B46DB0

RGB

 RED value IS 180 (70.7% from 255) = 38.71%

 GREEN value IS 109 (42.97% from 255) = 23.44%

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 38.71%
G = 23.44%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B46DB0 (or 0xB46DB0) is known color: Violet Blue. HEX triplet: B4, 6D and B0. RGB value is (180,109,176). Sum of RGB (Red+Green+Blue) = 180+109+176=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DB0 is #4B924F. Grayscale: #898989. Windows color (decimal): -4952656 or 11562420. OLE color: 11562420.

HSL color Cylindrical-coordinate representation of color #B46DB0: hue angle of 303.38º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46DB0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 109 176 -
CMYK 0 0.39 0.02 0.29
HSL 303.38º 0.32% 0.57% -
HSV(B) 303.38º 0.39% 0.71% -
XYZ 32.13 23.78 43.97 -
YUV 137.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 180 109 176 0 0.39 0.02 0.29 303.38 0.32 0.57
Hex B4 6D B0 0 27 2 1D 12F 20 39
Octal 264 155 260 0 47 2 35 457 40 71
Binary 10110100 1101101 10110000 0 100111 10 11101 100101111 100000 111001

Color Harmonies of #B46DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DB0

Black with #B46DB0

Text Example


Text Example

White with #B46DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DB0; }

 p { color: rgb(180,109,176); }

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

background-color css

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

 a { background-color: rgb(180,109,176); }

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

border-color css

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

 span { border-color: rgb(180,109,176); }

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