Html Css Color HEX #B270AD Violet Blue

📋 copy color: '#B270AD'

red 178 ◦ green 112 ◦ blue 173

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

Shades of Violet Blue #B270AD

Tints of Violet Blue #B270AD

RGB

 RED value IS 178 (69.92% from 255) = 38.44%

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 38.44%
G = 24.19%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B270AD (or 0xB270AD) is known color: Violet Blue. HEX triplet: B2, 70 and AD. RGB value is (178,112,173). Sum of RGB (Red+Green+Blue) = 178+112+173=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B270AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B270AD is #4D8F52. Grayscale: #8A8A8A. Windows color (decimal): -5082963 or 11366578. OLE color: 11366578.

HSL color Cylindrical-coordinate representation of color #B270AD: hue angle of 304.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B270AD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 173 -
CMYK 0 0.37 0.03 0.30
HSL 304.55º 0.3% 0.57% -
HSV(B) 304.55º 0.37% 0.7% -
XYZ 31.7 24.07 42.51 -
YUV 138.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 178 112 173 0 0.37 0.03 0.30 304.55 0.3 0.57
Hex B2 70 AD 0 25 3 1E 131 1E 39
Octal 262 160 255 0 45 3 36 461 36 71
Binary 10110010 1110000 10101101 0 100101 11 11110 100110001 11110 111001

Color Harmonies of #B270AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270AD

Black with #B270AD

Text Example


Text Example

White with #B270AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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