Html Css Color HEX #B464FF Heliotrope

📋 copy color: '#B464FF'

red 180 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #B464FF

Tints of Heliotrope #B464FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.69%

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

R = 33.64%
G = 18.69%
B = 47.66%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B464FF (or 0xB464FF) is known color: Heliotrope. HEX triplet: B4, 64 and FF. RGB value is (180,100,255). Sum of RGB (Red+Green+Blue) = 180+100+255=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B464FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464FF is #4B9B00. Grayscale: #8D8D8D. Windows color (decimal): -4954881 or 16737460. OLE color: 16737460.

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

Color convert

RGB 180 100 255 -
CMYK 0.29 0.61 0 0
HSL 270.97º 1% 0.7% -
HSV(B) 270.97º 0.61% 1% -
XYZ 41.43 26.04 97.45 -
YUV 141.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 180 100 255 0.29 0.61 0 0 270.97 1 0.7
Hex B4 64 FF 1D 3D 0 0 10F 64 46
Octal 264 144 377 35 75 0 0 417 144 106
Binary 10110100 1100100 11111111 11101 111101 0 0 100001111 1100100 1000110

Color Harmonies of #B464FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464FF

Black with #B464FF

Text Example


Text Example

White with #B464FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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