Html Css Color HEX #B46AFE Heliotrope

📋 copy color: '#B46AFE'

red 180 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #B46AFE

Tints of Heliotrope #B46AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.63%

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

R = 33.33%
G = 19.63%
B = 47.04%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B46AFE (or 0xB46AFE) is known color: Heliotrope. HEX triplet: B4, 6A and FE. RGB value is (180,106,254). Sum of RGB (Red+Green+Blue) = 180+106+254=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #B46AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AFE is #4B9501. Grayscale: #909090. Windows color (decimal): -4953346 or 16673460. OLE color: 16673460.

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

Color convert

RGB 180 106 254 -
CMYK 0.29 0.58 0 0.00
HSL 270º 0.99% 0.71% -
HSV(B) 270º 0.58% 1% -
XYZ 41.87 27.17 96.8 -
YUV 145 189.52 152.97 -
System Red Green Blue C M Y K H S L
Decimal 180 106 254 0.29 0.58 0 0.00 270 0.99 0.71
Hex B4 6A FE 1D 3A 0 0 10E 63 47
Octal 264 152 376 35 72 0 0 416 143 107
Binary 10110100 1101010 11111110 11101 111010 0 0 100001110 1100011 1000111

Color Harmonies of #B46AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46AFE

Black with #B46AFE

Text Example


Text Example

White with #B46AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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