Html Css Color HEX #B46DFF Heliotrope

📋 copy color: '#B46DFF'

red 180 ◦ green 109 ◦ blue 255

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

Shades of Heliotrope #B46DFF

Tints of Heliotrope #B46DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

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

R = 33.09%
G = 20.04%
B = 46.88%

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

#B46DFF (or 0xB46DFF) is known color: Heliotrope. HEX triplet: B4, 6D and FF. RGB value is (180,109,255). Sum of RGB (Red+Green+Blue) = 180+109+255=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #B46DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46DFF is #4B9200. Grayscale: #929292. Windows color (decimal): -4952577 or 16739764. OLE color: 16739764.

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

Color convert

RGB 180 109 255 -
CMYK 0.29 0.57 0 0
HSL 269.18º 1% 0.71% -
HSV(B) 269.18º 0.57% 1% -
XYZ 42.34 27.86 97.75 -
YUV 146.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 180 109 255 0.29 0.57 0 0 269.18 1 0.71
Hex B4 6D FF 1D 39 0 0 10D 64 47
Octal 264 155 377 35 71 0 0 415 144 107
Binary 10110100 1101101 11111111 11101 111001 0 0 100001101 1100100 1000111

Color Harmonies of #B46DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DFF

Black with #B46DFF

Text Example


Text Example

White with #B46DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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