Html Css Color HEX #B470B1 Violet Blue

📋 copy color: '#B470B1'

red 180 ◦ green 112 ◦ blue 177

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

Shades of Violet Blue #B470B1

Tints of Violet Blue #B470B1

RGB

 RED value IS 180 (70.7% from 255) = 38.38%

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 38.38%
G = 23.88%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B470B1 (or 0xB470B1) is known color: Violet Blue. HEX triplet: B4, 70 and B1. RGB value is (180,112,177). Sum of RGB (Red+Green+Blue) = 180+112+177=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B470B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470B1 is #4B8F4E. Grayscale: #8B8B8B. Windows color (decimal): -4951887 or 11628724. OLE color: 11628724.

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

Color convert

RGB 180 112 177 -
CMYK 0 0.38 0.02 0.29
HSL 302.65º 0.31% 0.57% -
HSV(B) 302.65º 0.38% 0.71% -
XYZ 32.55 24.47 44.6 -
YUV 139.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 180 112 177 0 0.38 0.02 0.29 302.65 0.31 0.57
Hex B4 70 B1 0 26 2 1D 12F 1F 39
Octal 264 160 261 0 46 2 35 457 37 71
Binary 10110100 1110000 10110001 0 100110 10 11101 100101111 11111 111001

Color Harmonies of #B470B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470B1

Black with #B470B1

Text Example


Text Example

White with #B470B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470B1; }

 p { color: rgb(180,112,177); }

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

background-color css

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

 a { background-color: rgb(180,112,177); }

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

border-color css

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

 span { border-color: rgb(180,112,177); }

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