Html Css Color HEX #B46FFE Heliotrope

📋 copy color: '#B46FFE'

red 180 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #B46FFE

Tints of Heliotrope #B46FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.37%

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

R = 33.03%
G = 20.37%
B = 46.61%

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

#B46FFE (or 0xB46FFE) is known color: Heliotrope. HEX triplet: B4, 6F and FE. RGB value is (180,111,254). Sum of RGB (Red+Green+Blue) = 180+111+254=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #B46FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46FFE is #4B9001. Grayscale: #939393. Windows color (decimal): -4952066 or 16674740. OLE color: 16674740.

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

Color convert

RGB 180 111 254 -
CMYK 0.29 0.56 0 0.00
HSL 268.95º 0.99% 0.72% -
HSV(B) 268.95º 0.56% 1% -
XYZ 42.4 28.23 96.98 -
YUV 147.93 187.86 150.87 -
System Red Green Blue C M Y K H S L
Decimal 180 111 254 0.29 0.56 0 0.00 268.95 0.99 0.72
Hex B4 6F FE 1D 38 0 0 10D 63 48
Octal 264 157 376 35 70 0 0 415 143 110
Binary 10110100 1101111 11111110 11101 111000 0 0 100001101 1100011 1001000

Color Harmonies of #B46FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FFE

Black with #B46FFE

Text Example


Text Example

White with #B46FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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