Html Css Color HEX #B470B2 Violet Blue

📋 copy color: '#B470B2'

red 180 ◦ green 112 ◦ blue 178

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

Shades of Violet Blue #B470B2

Tints of Violet Blue #B470B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 38.3%
G = 23.83%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B470B2 (or 0xB470B2) is known color: Violet Blue. HEX triplet: B4, 70 and B2. RGB value is (180,112,178). Sum of RGB (Red+Green+Blue) = 180+112+178=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B470B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470B2 is #4B8F4D. Grayscale: #8B8B8B. Windows color (decimal): -4951886 or 11694260. OLE color: 11694260.

HSL color Cylindrical-coordinate representation of color #B470B2: hue angle of 301.76º 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 #B470B2 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 178 -
CMYK 0 0.38 0.01 0.29
HSL 301.76º 0.31% 0.57% -
HSV(B) 301.76º 0.38% 0.71% -
XYZ 32.65 24.51 45.13 -
YUV 139.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 180 112 178 0 0.38 0.01 0.29 301.76 0.31 0.57
Hex B4 70 B2 0 26 1 1D 12E 1F 39
Octal 264 160 262 0 46 1 35 456 37 71
Binary 10110100 1110000 10110010 0 100110 1 11101 100101110 11111 111001

Color Harmonies of #B470B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470B2

Black with #B470B2

Text Example


Text Example

White with #B470B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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