Html Css Color HEX #B56CFA Heliotrope

📋 copy color: '#B56CFA'

red 181 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #B56CFA

Tints of Heliotrope #B56CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 33.58%
G = 20.04%
B = 46.38%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B56CFA (or 0xB56CFA) is known color: Heliotrope. HEX triplet: B5, 6C and FA. RGB value is (181,108,250). Sum of RGB (Red+Green+Blue) = 181+108+250=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #B56CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CFA is #4A9305. Grayscale: #919191. Windows color (decimal): -4887302 or 16411829. OLE color: 16411829.

HSL color Cylindrical-coordinate representation of color #B56CFA: hue angle of 270.85º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B56CFA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 108 250 -
CMYK 0.28 0.57 0 0.02
HSL 270.85º 0.93% 0.7% -
HSV(B) 270.85º 0.57% 0.98% -
XYZ 41.67 27.45 93.54 -
YUV 146.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 181 108 250 0.28 0.57 0 0.02 270.85 0.93 0.7
Hex B5 6C FA 1C 39 0 2 10F 5D 46
Octal 265 154 372 34 71 0 2 417 135 106
Binary 10110101 1101100 11111010 11100 111001 0 10 100001111 1011101 1000110

Color Harmonies of #B56CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CFA

Black with #B56CFA

Text Example


Text Example

White with #B56CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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