Html Css Color HEX #B56FFC Heliotrope

📋 copy color: '#B56FFC'

red 181 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #B56FFC

Tints of Heliotrope #B56FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.4%

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 33.27%
G = 20.4%
B = 46.32%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B56FFC (or 0xB56FFC) is known color: Heliotrope. HEX triplet: B5, 6F and FC. RGB value is (181,111,252). Sum of RGB (Red+Green+Blue) = 181+111+252=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #B56FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FFC is #4A9003. Grayscale: #939393. Windows color (decimal): -4886532 or 16543669. OLE color: 16543669.

HSL color Cylindrical-coordinate representation of color #B56FFC: hue angle of 269.79º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56FFC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 111 252 -
CMYK 0.28 0.56 0 0.01
HSL 269.79º 0.96% 0.71% -
HSV(B) 269.79º 0.56% 0.99% -
XYZ 42.31 28.22 95.31 -
YUV 148 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 181 111 252 0.28 0.56 0 0.01 269.79 0.96 0.71
Hex B5 6F FC 1C 38 0 1 10E 60 47
Octal 265 157 374 34 70 0 1 416 140 107
Binary 10110101 1101111 11111100 11100 111000 0 1 100001110 1100000 1000111

Color Harmonies of #B56FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FFC

Black with #B56FFC

Text Example


Text Example

White with #B56FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FFC; }

 p { color: rgb(181,111,252); }

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

background-color css

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

 a { background-color: rgb(181,111,252); }

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

border-color css

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

 span { border-color: rgb(181,111,252); }

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