Html Css Color HEX #B46FFF Heliotrope

📋 copy color: '#B46FFF'

red 180 ◦ green 111 ◦ blue 255

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

Shades of Heliotrope #B46FFF

Tints of Heliotrope #B46FFF

RGB

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

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

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

R = 32.97%
G = 20.33%
B = 46.7%

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

#B46FFF (or 0xB46FFF) is known color: Heliotrope. HEX triplet: B4, 6F and FF. RGB value is (180,111,255). Sum of RGB (Red+Green+Blue) = 180+111+255=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #B46FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46FFF is #4B9000. Grayscale: #939393. Windows color (decimal): -4952065 or 16740276. OLE color: 16740276.

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

Color convert

RGB 180 111 255 -
CMYK 0.29 0.56 0 0
HSL 268.75º 1% 0.72% -
HSV(B) 268.75º 0.56% 1% -
XYZ 42.56 28.29 97.83 -
YUV 148.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 180 111 255 0.29 0.56 0 0 268.75 1 0.72
Hex B4 6F FF 1D 38 0 0 10D 64 48
Octal 264 157 377 35 70 0 0 415 144 110
Binary 10110100 1101111 11111111 11101 111000 0 0 100001101 1100100 1001000

Color Harmonies of #B46FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FFF

Black with #B46FFF

Text Example


Text Example

White with #B46FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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