Html Css Color HEX #B470FE Heliotrope

📋 copy color: '#B470FE'

red 180 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #B470FE

Tints of Heliotrope #B470FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 32.97%
G = 20.51%
B = 46.52%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B470FE (or 0xB470FE) is known color: Heliotrope. HEX triplet: B4, 70 and FE. RGB value is (180,112,254). Sum of RGB (Red+Green+Blue) = 180+112+254=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #B470FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470FE is #4B8F01. Grayscale: #949494. Windows color (decimal): -4951810 or 16674996. OLE color: 16674996.

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

Color convert

RGB 180 112 254 -
CMYK 0.29 0.56 0 0.00
HSL 268.73º 0.99% 0.72% -
HSV(B) 268.73º 0.56% 1% -
XYZ 42.51 28.45 97.02 -
YUV 148.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 180 112 254 0.29 0.56 0 0.00 268.73 0.99 0.72
Hex B4 70 FE 1D 38 0 0 10D 63 48
Octal 264 160 376 35 70 0 0 415 143 110
Binary 10110100 1110000 11111110 11101 111000 0 0 100001101 1100011 1001000

Color Harmonies of #B470FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470FE

Black with #B470FE

Text Example


Text Example

White with #B470FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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