Html Css Color HEX #B561FE Heliotrope

📋 copy color: '#B561FE'

red 181 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #B561FE

Tints of Heliotrope #B561FE

RGB

 RED value IS 181 (71.09% from 255) = 34.02%

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

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

R = 34.02%
G = 18.23%
B = 47.74%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B561FE (or 0xB561FE) is known color: Heliotrope. HEX triplet: B5, 61 and FE. RGB value is (181,97,254). Sum of RGB (Red+Green+Blue) = 181+97+254=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #B561FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561FE is #4A9E01. Grayscale: #8B8B8B. Windows color (decimal): -4890114 or 16671157. OLE color: 16671157.

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

Color convert

RGB 181 97 254 -
CMYK 0.29 0.62 0 0.00
HSL 272.1º 0.99% 0.69% -
HSV(B) 272.1º 0.62% 1% -
XYZ 41.22 25.53 96.52 -
YUV 140.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 181 97 254 0.29 0.62 0 0.00 272.1 0.99 0.69
Hex B5 61 FE 1D 3E 0 0 110 63 45
Octal 265 141 376 35 76 0 0 420 143 105
Binary 10110101 1100001 11111110 11101 111110 0 0 100010000 1100011 1000101

Color Harmonies of #B561FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561FE

Black with #B561FE

Text Example


Text Example

White with #B561FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561FE; }

 p { color: rgb(181,97,254); }

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

background-color css

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

 a { background-color: rgb(181,97,254); }

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

border-color css

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

 span { border-color: rgb(181,97,254); }

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