Html Css Color HEX #B56BB0 Violet Blue

📋 copy color: '#B56BB0'

red 181 ◦ green 107 ◦ blue 176

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

Shades of Violet Blue #B56BB0

Tints of Violet Blue #B56BB0

RGB

 RED value IS 181 (71.09% from 255) = 39.01%

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

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

R = 39.01%
G = 23.06%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B56BB0 (or 0xB56BB0) is known color: Violet Blue. HEX triplet: B5, 6B and B0. RGB value is (181,107,176). Sum of RGB (Red+Green+Blue) = 181+107+176=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BB0 is #4A944F. Grayscale: #888888. Windows color (decimal): -4887632 or 11561909. OLE color: 11561909.

HSL color Cylindrical-coordinate representation of color #B56BB0: hue angle of 304.05º 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 #B56BB0 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 107 176 -
CMYK 0 0.41 0.03 0.29
HSL 304.05º 0.33% 0.56% -
HSV(B) 304.05º 0.41% 0.71% -
XYZ 32.15 23.47 43.91 -
YUV 136.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 181 107 176 0 0.41 0.03 0.29 304.05 0.33 0.56
Hex B5 6B B0 0 29 3 1D 130 21 38
Octal 265 153 260 0 51 3 35 460 41 70
Binary 10110101 1101011 10110000 0 101001 11 11101 100110000 100001 111000

Color Harmonies of #B56BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BB0

Black with #B56BB0

Text Example


Text Example

White with #B56BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BB0; }

 p { color: rgb(181,107,176); }

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

background-color css

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

 a { background-color: rgb(181,107,176); }

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

border-color css

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

 span { border-color: rgb(181,107,176); }

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