Html Css Color HEX #B561FF Heliotrope

📋 copy color: '#B561FF'

red 181 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #B561FF

Tints of Heliotrope #B561FF

RGB

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

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

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

R = 33.96%
G = 18.2%
B = 47.84%

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

#B561FF (or 0xB561FF) is known color: Heliotrope. HEX triplet: B5, 61 and FF. RGB value is (181,97,255). Sum of RGB (Red+Green+Blue) = 181+97+255=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B561FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561FF is #4A9E00. Grayscale: #8B8B8B. Windows color (decimal): -4890113 or 16736693. OLE color: 16736693.

HSL color Cylindrical-coordinate representation of color #B561FF: hue angle of 271.9º 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 #B561FF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 97 255 -
CMYK 0.29 0.62 0 0
HSL 271.9º 1% 0.69% -
HSV(B) 271.9º 0.62% 1% -
XYZ 41.38 25.59 97.37 -
YUV 140.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 181 97 255 0.29 0.62 0 0 271.9 1 0.69
Hex B5 61 FF 1D 3E 0 0 110 64 45
Octal 265 141 377 35 76 0 0 420 144 105
Binary 10110101 1100001 11111111 11101 111110 0 0 100010000 1100100 1000101

Color Harmonies of #B561FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561FF

Black with #B561FF

Text Example


Text Example

White with #B561FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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