Html Css Color HEX #B468B0 Violet Blue

📋 copy color: '#B468B0'

red 180 ◦ green 104 ◦ blue 176

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

Shades of Violet Blue #B468B0

Tints of Violet Blue #B468B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.61%

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

R = 39.13%
G = 22.61%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B468B0 (or 0xB468B0) is known color: Violet Blue. HEX triplet: B4, 68 and B0. RGB value is (180,104,176). Sum of RGB (Red+Green+Blue) = 180+104+176=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B468B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468B0 is #4B974F. Grayscale: #868686. Windows color (decimal): -4953936 or 11561140. OLE color: 11561140.

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

Color convert

RGB 180 104 176 -
CMYK 0 0.42 0.02 0.29
HSL 303.16º 0.34% 0.56% -
HSV(B) 303.16º 0.42% 0.71% -
XYZ 31.61 22.74 43.8 -
YUV 134.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 180 104 176 0 0.42 0.02 0.29 303.16 0.34 0.56
Hex B4 68 B0 0 2A 2 1D 12F 22 38
Octal 264 150 260 0 52 2 35 457 42 70
Binary 10110100 1101000 10110000 0 101010 10 11101 100101111 100010 111000

Color Harmonies of #B468B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468B0

Black with #B468B0

Text Example


Text Example

White with #B468B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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