Html Css Color HEX #B466B0 Violet Blue

📋 copy color: '#B466B0'

red 180 ◦ green 102 ◦ blue 176

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

Shades of Violet Blue #B466B0

Tints of Violet Blue #B466B0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.27%

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

R = 39.3%
G = 22.27%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B466B0 (or 0xB466B0) is known color: Violet Blue. HEX triplet: B4, 66 and B0. RGB value is (180,102,176). Sum of RGB (Red+Green+Blue) = 180+102+176=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B466B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466B0 is #4B994F. Grayscale: #858585. Windows color (decimal): -4954448 or 11560628. OLE color: 11560628.

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

Color convert

RGB 180 102 176 -
CMYK 0 0.43 0.02 0.29
HSL 303.08º 0.34% 0.55% -
HSV(B) 303.08º 0.43% 0.71% -
XYZ 31.41 22.34 43.73 -
YUV 133.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 180 102 176 0 0.43 0.02 0.29 303.08 0.34 0.55
Hex B4 66 B0 0 2B 2 1D 12F 22 37
Octal 264 146 260 0 53 2 35 457 42 67
Binary 10110100 1100110 10110000 0 101011 10 11101 100101111 100010 110111

Color Harmonies of #B466B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466B0

Black with #B466B0

Text Example


Text Example

White with #B466B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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