Html Css Color HEX #B368B0 Violet Blue

📋 copy color: '#B368B0'

red 179 ◦ green 104 ◦ blue 176

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

Shades of Violet Blue #B368B0

Tints of Violet Blue #B368B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 39%
G = 22.66%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B368B0 (or 0xB368B0) is known color: Violet Blue. HEX triplet: B3, 68 and B0. RGB value is (179,104,176). Sum of RGB (Red+Green+Blue) = 179+104+176=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B368B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368B0 is #4C974F. Grayscale: #868686. Windows color (decimal): -5019472 or 11561139. OLE color: 11561139.

HSL color Cylindrical-coordinate representation of color #B368B0: hue angle of 302.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B368B0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 176 -
CMYK 0 0.42 0.02 0.30
HSL 302.4º 0.33% 0.55% -
HSV(B) 302.4º 0.42% 0.7% -
XYZ 31.38 22.62 43.79 -
YUV 134.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 179 104 176 0 0.42 0.02 0.30 302.4 0.33 0.55
Hex B3 68 B0 0 2A 2 1E 12E 21 37
Octal 263 150 260 0 52 2 36 456 41 67
Binary 10110011 1101000 10110000 0 101010 10 11110 100101110 100001 110111

Color Harmonies of #B368B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368B0

Black with #B368B0

Text Example


Text Example

White with #B368B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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