Html Css Color HEX #B465FE Heliotrope

📋 copy color: '#B465FE'

red 180 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #B465FE

Tints of Heliotrope #B465FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.88%

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

R = 33.64%
G = 18.88%
B = 47.48%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B465FE (or 0xB465FE) is known color: Heliotrope. HEX triplet: B4, 65 and FE. RGB value is (180,101,254). Sum of RGB (Red+Green+Blue) = 180+101+254=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #B465FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465FE is #4B9A01. Grayscale: #8D8D8D. Windows color (decimal): -4954626 or 16672180. OLE color: 16672180.

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

Color convert

RGB 180 101 254 -
CMYK 0.29 0.60 0 0.00
HSL 270.98º 0.99% 0.7% -
HSV(B) 270.98º 0.6% 1% -
XYZ 41.37 26.17 96.64 -
YUV 142.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 180 101 254 0.29 0.60 0 0.00 270.98 0.99 0.7
Hex B4 65 FE 1D 3C 0 0 10F 63 46
Octal 264 145 376 35 74 0 0 417 143 106
Binary 10110100 1100101 11111110 11101 111100 0 0 100001111 1100011 1000110

Color Harmonies of #B465FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465FE

Black with #B465FE

Text Example


Text Example

White with #B465FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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