Html Css Color HEX #B56CFF Heliotrope

📋 copy color: '#B56CFF'

red 181 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #B56CFF

Tints of Heliotrope #B56CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.85%

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

R = 33.27%
G = 19.85%
B = 46.88%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B56CFF (or 0xB56CFF) is known color: Heliotrope. HEX triplet: B5, 6C and FF. RGB value is (181,108,255). Sum of RGB (Red+Green+Blue) = 181+108+255=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #B56CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CFF is #4A9300. Grayscale: #929292. Windows color (decimal): -4887297 or 16739509. OLE color: 16739509.

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

Color convert

RGB 181 108 255 -
CMYK 0.29 0.58 0 0
HSL 269.8º 1% 0.71% -
HSV(B) 269.8º 0.58% 1% -
XYZ 42.47 27.77 97.73 -
YUV 146.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 181 108 255 0.29 0.58 0 0 269.8 1 0.71
Hex B5 6C FF 1D 3A 0 0 10E 64 47
Octal 265 154 377 35 72 0 0 416 144 107
Binary 10110101 1101100 11111111 11101 111010 0 0 100001110 1100100 1000111

Color Harmonies of #B56CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CFF

Black with #B56CFF

Text Example


Text Example

White with #B56CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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