Html Css Color HEX #B56AFB Heliotrope

📋 copy color: '#B56AFB'

red 181 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #B56AFB

Tints of Heliotrope #B56AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 33.64%
G = 19.7%
B = 46.65%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B56AFB (or 0xB56AFB) is known color: Heliotrope. HEX triplet: B5, 6A and FB. RGB value is (181,106,251). Sum of RGB (Red+Green+Blue) = 181+106+251=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #B56AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AFB is #4A9504. Grayscale: #909090. Windows color (decimal): -4887813 or 16476853. OLE color: 16476853.

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

Color convert

RGB 181 106 251 -
CMYK 0.28 0.58 0 0.02
HSL 271.03º 0.95% 0.7% -
HSV(B) 271.03º 0.58% 0.98% -
XYZ 41.62 27.1 94.3 -
YUV 144.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 181 106 251 0.28 0.58 0 0.02 271.03 0.95 0.7
Hex B5 6A FB 1C 3A 0 2 10F 5F 46
Octal 265 152 373 34 72 0 2 417 137 106
Binary 10110101 1101010 11111011 11100 111010 0 10 100001111 1011111 1000110

Color Harmonies of #B56AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AFB

Black with #B56AFB

Text Example


Text Example

White with #B56AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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