Html Css Color HEX #B46BB1 Violet Blue

📋 copy color: '#B46BB1'

red 180 ◦ green 107 ◦ blue 177

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

Shades of Violet Blue #B46BB1

Tints of Violet Blue #B46BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 38.79%
G = 23.06%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B46BB1 (or 0xB46BB1) is known color: Violet Blue. HEX triplet: B4, 6B and B1. RGB value is (180,107,177). Sum of RGB (Red+Green+Blue) = 180+107+177=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BB1 is #4B944E. Grayscale: #888888. Windows color (decimal): -4953167 or 11627444. OLE color: 11627444.

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

Color convert

RGB 180 107 177 -
CMYK 0 0.41 0.02 0.29
HSL 302.47º 0.33% 0.56% -
HSV(B) 302.47º 0.41% 0.71% -
XYZ 32.02 23.39 44.42 -
YUV 136.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 180 107 177 0 0.41 0.02 0.29 302.47 0.33 0.56
Hex B4 6B B1 0 29 2 1D 12E 21 38
Octal 264 153 261 0 51 2 35 456 41 70
Binary 10110100 1101011 10110001 0 101001 10 11101 100101110 100001 111000

Color Harmonies of #B46BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BB1

Black with #B46BB1

Text Example


Text Example

White with #B46BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BB1; }

 p { color: rgb(180,107,177); }

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

background-color css

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

 a { background-color: rgb(180,107,177); }

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

border-color css

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

 span { border-color: rgb(180,107,177); }

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