Html Css Color HEX #B068AA Violet Blue

📋 copy color: '#B068AA'

red 176 ◦ green 104 ◦ blue 170

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

Shades of Violet Blue #B068AA

Tints of Violet Blue #B068AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 39.11%
G = 23.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B068AA (or 0xB068AA) is known color: Violet Blue. HEX triplet: B0, 68 and AA. RGB value is (176,104,170). Sum of RGB (Red+Green+Blue) = 176+104+170=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B068AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B068AA is #4F9755. Grayscale: #848484. Windows color (decimal): -5216086 or 11167920. OLE color: 11167920.

HSL color Cylindrical-coordinate representation of color #B068AA: hue angle of 305º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B068AA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 170 -
CMYK 0 0.41 0.03 0.31
HSL 305º 0.31% 0.55% -
HSV(B) 305º 0.41% 0.69% -
XYZ 30.11 22.03 40.7 -
YUV 133.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 176 104 170 0 0.41 0.03 0.31 305 0.31 0.55
Hex B0 68 AA 0 29 3 1F 131 1F 37
Octal 260 150 252 0 51 3 37 461 37 67
Binary 10110000 1101000 10101010 0 101001 11 11111 100110001 11111 110111

Color Harmonies of #B068AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068AA

Black with #B068AA

Text Example


Text Example

White with #B068AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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