Html Css Color HEX #B06BB5 Violet Blue

📋 copy color: '#B06BB5'

red 176 ◦ green 107 ◦ blue 181

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

Shades of Violet Blue #B06BB5

Tints of Violet Blue #B06BB5

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B06BB5 (or 0xB06BB5) is known color: Violet Blue. HEX triplet: B0, 6B and B5. RGB value is (176,107,181). Sum of RGB (Red+Green+Blue) = 176+107+181=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #B06BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BB5 is #4F944A. Grayscale: #878787. Windows color (decimal): -5215307 or 11889584. OLE color: 11889584.

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

Color convert

RGB 176 107 181 -
CMYK 0.03 0.41 0 0.29
HSL 295.95º 0.33% 0.56% -
HSV(B) 295.95º 0.41% 0.71% -
XYZ 31.5 23.08 46.51 -
YUV 136.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 176 107 181 0.03 0.41 0 0.29 295.95 0.33 0.56
Hex B0 6B B5 3 29 0 1D 128 21 38
Octal 260 153 265 3 51 0 35 450 41 70
Binary 10110000 1101011 10110101 11 101001 0 11101 100101000 100001 111000

Color Harmonies of #B06BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BB5

Black with #B06BB5

Text Example


Text Example

White with #B06BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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