Html Css Color HEX #B38F9B Viola

📋 copy color: '#B38F9B'

red 179 ◦ green 143 ◦ blue 155

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

Shades of Viola #B38F9B

Tints of Viola #B38F9B

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

 GREEN value IS 143 (56.25% from 255) = 29.98%

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 37.53%
G = 29.98%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B38F9B (or 0xB38F9B) is known color: Viola. HEX triplet: B3, 8F and 9B. RGB value is (179,143,155). Sum of RGB (Red+Green+Blue) = 179+143+155=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F9B is #4C7064. Grayscale: #9B9B9B. Windows color (decimal): -5009509 or 10194867. OLE color: 10194867.

HSL color Cylindrical-coordinate representation of color #B38F9B: hue angle of 340º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38F9B is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 155 -
CMYK 0 0.20 0.13 0.30
HSL 340º 0.19% 0.63% -
HSV(B) 340º 0.2% 0.7% -
XYZ 34.33 31.6 35.3 -
YUV 155.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 179 143 155 0 0.20 0.13 0.30 340 0.19 0.63
Hex B3 8F 9B 0 14 D 1E 154 13 3F
Octal 263 217 233 0 24 15 36 524 23 77
Binary 10110011 10001111 10011011 0 10100 1101 11110 101010100 10011 111111

Color Harmonies of #B38F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F9B

Black with #B38F9B

Text Example


Text Example

White with #B38F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F9B; }

 p { color: rgb(179,143,155); }

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

background-color css

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

 a { background-color: rgb(179,143,155); }

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

border-color css

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

 span { border-color: rgb(179,143,155); }

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