Html Css Color HEX #B564FE Heliotrope

📋 copy color: '#B564FE'

red 181 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #B564FE

Tints of Heliotrope #B564FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.69%

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

R = 33.83%
G = 18.69%
B = 47.48%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B564FE (or 0xB564FE) is known color: Heliotrope. HEX triplet: B5, 64 and FE. RGB value is (181,100,254). Sum of RGB (Red+Green+Blue) = 181+100+254=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 100 (39.45% from 255 or 18.69% 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 #B564FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564FE is #4A9B01. Grayscale: #8D8D8D. Windows color (decimal): -4889346 or 16671925. OLE color: 16671925.

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

Color convert

RGB 181 100 254 -
CMYK 0.29 0.61 0 0.00
HSL 271.56º 0.99% 0.69% -
HSV(B) 271.56º 0.61% 1% -
XYZ 41.5 26.09 96.62 -
YUV 141.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 181 100 254 0.29 0.61 0 0.00 271.56 0.99 0.69
Hex B5 64 FE 1D 3D 0 0 110 63 45
Octal 265 144 376 35 75 0 0 420 143 105
Binary 10110101 1100100 11111110 11101 111101 0 0 100010000 1100011 1000101

Color Harmonies of #B564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564FE

Black with #B564FE

Text Example


Text Example

White with #B564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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