Html Css Color HEX #B564FF Heliotrope

📋 copy color: '#B564FF'

red 181 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #B564FF

Tints of Heliotrope #B564FF

RGB

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

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

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

R = 33.77%
G = 18.66%
B = 47.57%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B564FF (or 0xB564FF) is known color: Heliotrope. HEX triplet: B5, 64 and FF. RGB value is (181,100,255). Sum of RGB (Red+Green+Blue) = 181+100+255=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B564FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564FF is #4A9B00. Grayscale: #8D8D8D. Windows color (decimal): -4889345 or 16737461. OLE color: 16737461.

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

Color convert

RGB 181 100 255 -
CMYK 0.29 0.61 0 0
HSL 271.35º 1% 0.7% -
HSV(B) 271.35º 0.61% 1% -
XYZ 41.66 26.16 97.46 -
YUV 141.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 181 100 255 0.29 0.61 0 0 271.35 1 0.7
Hex B5 64 FF 1D 3D 0 0 10F 64 46
Octal 265 144 377 35 75 0 0 417 144 106
Binary 10110101 1100100 11111111 11101 111101 0 0 100001111 1100100 1000110

Color Harmonies of #B564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564FF

Black with #B564FF

Text Example


Text Example

White with #B564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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