Html Css Color HEX #B68293 Viola

📋 copy color: '#B68293'

red 182 ◦ green 130 ◦ blue 147

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

Shades of Viola #B68293

Tints of Viola #B68293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 39.65%
G = 28.32%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B68293 (or 0xB68293) is known color: Viola. HEX triplet: B6, 82 and 93. RGB value is (182,130,147). Sum of RGB (Red+Green+Blue) = 182+130+147=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B68293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68293 is #497D6C. Grayscale: #939393. Windows color (decimal): -4816237 or 9667254. OLE color: 9667254.

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

Color convert

RGB 182 130 147 -
CMYK 0 0.29 0.19 0.29
HSL 340.38º 0.26% 0.61% -
HSV(B) 340.38º 0.29% 0.71% -
XYZ 32.54 28.02 31.3 -
YUV 147.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 182 130 147 0 0.29 0.19 0.29 340.38 0.26 0.61
Hex B6 82 93 0 1D 13 1D 154 1A 3D
Octal 266 202 223 0 35 23 35 524 32 75
Binary 10110110 10000010 10010011 0 11101 10011 11101 101010100 11010 111101

Color Harmonies of #B68293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68293

Black with #B68293

Text Example


Text Example

White with #B68293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68293; }

 p { color: rgb(182,130,147); }

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

background-color css

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

 a { background-color: rgb(182,130,147); }

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

border-color css

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

 span { border-color: rgb(182,130,147); }

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