Html Css Color HEX #B68698 Viola

📋 copy color: '#B68698'

red 182 ◦ green 134 ◦ blue 152

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

Shades of Viola #B68698

Tints of Viola #B68698

RGB

 RED value IS 182 (71.48% from 255) = 38.89%

 GREEN value IS 134 (52.73% from 255) = 28.63%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 38.89%
G = 28.63%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B68698 (or 0xB68698) is known color: Viola. HEX triplet: B6, 86 and 98. RGB value is (182,134,152). Sum of RGB (Red+Green+Blue) = 182+134+152=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B68698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68698 is #497967. Grayscale: #969696. Windows color (decimal): -4815208 or 9995958. OLE color: 9995958.

HSL color Cylindrical-coordinate representation of color #B68698: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68698 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 152 -
CMYK 0 0.26 0.16 0.29
HSL 337.5º 0.25% 0.62% -
HSV(B) 337.5º 0.26% 0.71% -
XYZ 33.48 29.26 33.59 -
YUV 150.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 182 134 152 0 0.26 0.16 0.29 337.5 0.25 0.62
Hex B6 86 98 0 1A 10 1D 152 19 3E
Octal 266 206 230 0 32 20 35 522 31 76
Binary 10110110 10000110 10011000 0 11010 10000 11101 101010010 11001 111110

Color Harmonies of #B68698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68698

Black with #B68698

Text Example


Text Example

White with #B68698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68698; }

 p { color: rgb(182,134,152); }

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

background-color css

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

 a { background-color: rgb(182,134,152); }

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

border-color css

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

 span { border-color: rgb(182,134,152); }

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