Html Css Color HEX #B46CB0 Violet Blue

📋 copy color: '#B46CB0'

red 180 ◦ green 108 ◦ blue 176

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

Shades of Violet Blue #B46CB0

Tints of Violet Blue #B46CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 38.79%
G = 23.28%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B46CB0 (or 0xB46CB0) is known color: Violet Blue. HEX triplet: B4, 6C and B0. RGB value is (180,108,176). Sum of RGB (Red+Green+Blue) = 180+108+176=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CB0 is #4B934F. Grayscale: #898989. Windows color (decimal): -4952912 or 11562164. OLE color: 11562164.

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

Color convert

RGB 180 108 176 -
CMYK 0 0.40 0.02 0.29
HSL 303.33º 0.32% 0.56% -
HSV(B) 303.33º 0.4% 0.71% -
XYZ 32.02 23.56 43.93 -
YUV 137.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 180 108 176 0 0.40 0.02 0.29 303.33 0.32 0.56
Hex B4 6C B0 0 28 2 1D 12F 20 38
Octal 264 154 260 0 50 2 35 457 40 70
Binary 10110100 1101100 10110000 0 101000 10 11101 100101111 100000 111000

Color Harmonies of #B46CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CB0

Black with #B46CB0

Text Example


Text Example

White with #B46CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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