Html Css Color HEX #B56BFD Heliotrope

📋 copy color: '#B56BFD'

red 181 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #B56BFD

Tints of Heliotrope #B56BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.78%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 33.46%
G = 19.78%
B = 46.77%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B56BFD (or 0xB56BFD) is known color: Heliotrope. HEX triplet: B5, 6B and FD. RGB value is (181,107,253). Sum of RGB (Red+Green+Blue) = 181+107+253=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #B56BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BFD is #4A9402. Grayscale: #919191. Windows color (decimal): -4887555 or 16608181. OLE color: 16608181.

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

Color convert

RGB 181 107 253 -
CMYK 0.28 0.58 0 0.01
HSL 270.41º 0.97% 0.71% -
HSV(B) 270.41º 0.58% 0.99% -
XYZ 42.04 27.43 96.01 -
YUV 145.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 181 107 253 0.28 0.58 0 0.01 270.41 0.97 0.71
Hex B5 6B FD 1C 3A 0 1 10E 61 47
Octal 265 153 375 34 72 0 1 416 141 107
Binary 10110101 1101011 11111101 11100 111010 0 1 100001110 1100001 1000111

Color Harmonies of #B56BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BFD

Black with #B56BFD

Text Example


Text Example

White with #B56BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BFD; }

 p { color: rgb(181,107,253); }

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

background-color css

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

 a { background-color: rgb(181,107,253); }

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

border-color css

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

 span { border-color: rgb(181,107,253); }

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