Html Css Color HEX #B46EFF Heliotrope

📋 copy color: '#B46EFF'

red 180 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #B46EFF

Tints of Heliotrope #B46EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.18%

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

R = 33.03%
G = 20.18%
B = 46.79%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B46EFF (or 0xB46EFF) is known color: Heliotrope. HEX triplet: B4, 6E and FF. RGB value is (180,110,255). Sum of RGB (Red+Green+Blue) = 180+110+255=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #B46EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EFF is #4B9100. Grayscale: #929292. Windows color (decimal): -4952321 or 16740020. OLE color: 16740020.

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

Color convert

RGB 180 110 255 -
CMYK 0.29 0.57 0 0
HSL 268.97º 1% 0.72% -
HSV(B) 268.97º 0.57% 1% -
XYZ 42.45 28.08 97.79 -
YUV 147.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 180 110 255 0.29 0.57 0 0 268.97 1 0.72
Hex B4 6E FF 1D 39 0 0 10D 64 48
Octal 264 156 377 35 71 0 0 415 144 110
Binary 10110100 1101110 11111111 11101 111001 0 0 100001101 1100100 1001000

Color Harmonies of #B46EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EFF

Black with #B46EFF

Text Example


Text Example

White with #B46EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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