Html Css Color HEX #B461FF Heliotrope

📋 copy color: '#B461FF'

red 180 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #B461FF

Tints of Heliotrope #B461FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.23%

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

R = 33.83%
G = 18.23%
B = 47.93%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B461FF (or 0xB461FF) is known color: Heliotrope. HEX triplet: B4, 61 and FF. RGB value is (180,97,255). Sum of RGB (Red+Green+Blue) = 180+97+255=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B461FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461FF is #4B9E00. Grayscale: #8B8B8B. Windows color (decimal): -4955649 or 16736692. OLE color: 16736692.

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

Color convert

RGB 180 97 255 -
CMYK 0.29 0.62 0 0
HSL 271.52º 1% 0.69% -
HSV(B) 271.52º 0.62% 1% -
XYZ 41.15 25.47 97.36 -
YUV 139.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 180 97 255 0.29 0.62 0 0 271.52 1 0.69
Hex B4 61 FF 1D 3E 0 0 110 64 45
Octal 264 141 377 35 76 0 0 420 144 105
Binary 10110100 1100001 11111111 11101 111110 0 0 100010000 1100100 1000101

Color Harmonies of #B461FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461FF

Black with #B461FF

Text Example


Text Example

White with #B461FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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