Html Css Color HEX #B56AFE Heliotrope

📋 copy color: '#B56AFE'

red 181 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #B56AFE

Tints of Heliotrope #B56AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.59%

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

R = 33.46%
G = 19.59%
B = 46.95%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B56AFE (or 0xB56AFE) is known color: Heliotrope. HEX triplet: B5, 6A and FE. RGB value is (181,106,254). Sum of RGB (Red+Green+Blue) = 181+106+254=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #B56AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AFE is #4A9501. Grayscale: #909090. Windows color (decimal): -4887810 or 16673461. OLE color: 16673461.

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

Color convert

RGB 181 106 254 -
CMYK 0.29 0.58 0 0.00
HSL 270.41º 0.99% 0.71% -
HSV(B) 270.41º 0.58% 1% -
XYZ 42.1 27.29 96.81 -
YUV 145.3 189.35 153.47 -
System Red Green Blue C M Y K H S L
Decimal 181 106 254 0.29 0.58 0 0.00 270.41 0.99 0.71
Hex B5 6A FE 1D 3A 0 0 10E 63 47
Octal 265 152 376 35 72 0 0 416 143 107
Binary 10110101 1101010 11111110 11101 111010 0 0 100001110 1100011 1000111

Color Harmonies of #B56AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AFE

Black with #B56AFE

Text Example


Text Example

White with #B56AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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