Html Css Color HEX #B075B4 Violet Blue

📋 copy color: '#B075B4'

red 176 ◦ green 117 ◦ blue 180

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

Shades of Violet Blue #B075B4

Tints of Violet Blue #B075B4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 37.21%
G = 24.74%
B = 38.05%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B075B4 (or 0xB075B4) is known color: Violet Blue. HEX triplet: B0, 75 and B4. RGB value is (176,117,180). Sum of RGB (Red+Green+Blue) = 176+117+180=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #B075B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075B4 is #4F8A4B. Grayscale: #8D8D8D. Windows color (decimal): -5212748 or 11826608. OLE color: 11826608.

HSL color Cylindrical-coordinate representation of color #B075B4: hue angle of 296.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B075B4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 117 180 -
CMYK 0.02 0.35 0 0.29
HSL 296.19º 0.3% 0.58% -
HSV(B) 296.19º 0.35% 0.71% -
XYZ 32.5 25.25 46.34 -
YUV 141.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 176 117 180 0.02 0.35 0 0.29 296.19 0.3 0.58
Hex B0 75 B4 2 23 0 1D 128 1E 3A
Octal 260 165 264 2 43 0 35 450 36 72
Binary 10110000 1110101 10110100 10 100011 0 11101 100101000 11110 111010

Color Harmonies of #B075B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075B4

Black with #B075B4

Text Example


Text Example

White with #B075B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075B4; }

 p { color: rgb(176,117,180); }

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

background-color css

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

 a { background-color: rgb(176,117,180); }

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

border-color css

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

 span { border-color: rgb(176,117,180); }

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