Html Css Color HEX #B068A0 Violet Blue

📋 copy color: '#B068A0'

red 176 ◦ green 104 ◦ blue 160

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

Shades of Violet Blue #B068A0

Tints of Violet Blue #B068A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 40%
G = 23.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B068A0 (or 0xB068A0) is known color: Violet Blue. HEX triplet: B0, 68 and A0. RGB value is (176,104,160). Sum of RGB (Red+Green+Blue) = 176+104+160=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B068A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B068A0 is #4F975F. Grayscale: #838383. Windows color (decimal): -5216096 or 10512560. OLE color: 10512560.

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

Color convert

RGB 176 104 160 -
CMYK 0 0.41 0.09 0.31
HSL 313.33º 0.31% 0.55% -
HSV(B) 313.33º 0.41% 0.69% -
XYZ 29.2 21.67 35.9 -
YUV 131.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 176 104 160 0 0.41 0.09 0.31 313.33 0.31 0.55
Hex B0 68 A0 0 29 9 1F 139 1F 37
Octal 260 150 240 0 51 11 37 471 37 67
Binary 10110000 1101000 10100000 0 101001 1001 11111 100111001 11111 110111

Color Harmonies of #B068A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068A0

Black with #B068A0

Text Example


Text Example

White with #B068A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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