Html Css Color HEX #B465FD Heliotrope

📋 copy color: '#B465FD'

red 180 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #B465FD

Tints of Heliotrope #B465FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 33.71%
G = 18.91%
B = 47.38%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B465FD (or 0xB465FD) is known color: Heliotrope. HEX triplet: B4, 65 and FD. RGB value is (180,101,253). Sum of RGB (Red+Green+Blue) = 180+101+253=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #B465FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465FD is #4B9A02. Grayscale: #8D8D8D. Windows color (decimal): -4954627 or 16606644. OLE color: 16606644.

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

Color convert

RGB 180 101 253 -
CMYK 0.29 0.60 0 0.01
HSL 271.18º 0.97% 0.69% -
HSV(B) 271.18º 0.6% 0.99% -
XYZ 41.21 26.1 95.8 -
YUV 141.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 180 101 253 0.29 0.60 0 0.01 271.18 0.97 0.69
Hex B4 65 FD 1D 3C 0 1 10F 61 45
Octal 264 145 375 35 74 0 1 417 141 105
Binary 10110100 1100101 11111101 11101 111100 0 1 100001111 1100001 1000101

Color Harmonies of #B465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465FD

Black with #B465FD

Text Example


Text Example

White with #B465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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