Html Css Color HEX #B470FF Heliotrope

📋 copy color: '#B470FF'

red 180 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #B470FF

Tints of Heliotrope #B470FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 32.91%
G = 20.48%
B = 46.62%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B470FF (or 0xB470FF) is known color: Heliotrope. HEX triplet: B4, 70 and FF. RGB value is (180,112,255). Sum of RGB (Red+Green+Blue) = 180+112+255=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #B470FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470FF is #4B8F00. Grayscale: #949494. Windows color (decimal): -4951809 or 16740532. OLE color: 16740532.

HSL color Cylindrical-coordinate representation of color #B470FF: hue angle of 268.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B470FF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 112 255 -
CMYK 0.29 0.56 0 0
HSL 268.53º 1% 0.72% -
HSV(B) 268.53º 0.56% 1% -
XYZ 42.67 28.51 97.86 -
YUV 148.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 180 112 255 0.29 0.56 0 0 268.53 1 0.72
Hex B4 70 FF 1D 38 0 0 10D 64 48
Octal 264 160 377 35 70 0 0 415 144 110
Binary 10110100 1110000 11111111 11101 111000 0 0 100001101 1100100 1001000

Color Harmonies of #B470FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470FF

Black with #B470FF

Text Example


Text Example

White with #B470FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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