Html Css Color HEX #B571FF Heliotrope

📋 copy color: '#B571FF'

red 181 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #B571FF

Tints of Heliotrope #B571FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.58%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 32.97%
G = 20.58%
B = 46.45%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B571FF (or 0xB571FF) is known color: Heliotrope. HEX triplet: B5, 71 and FF. RGB value is (181,113,255). Sum of RGB (Red+Green+Blue) = 181+113+255=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B571FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B571FF is #4A8E00. Grayscale: #959595. Windows color (decimal): -4886017 or 16740789. OLE color: 16740789.

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

Color convert

RGB 181 113 255 -
CMYK 0.29 0.56 0 0
HSL 268.73º 1% 0.72% -
HSV(B) 268.73º 0.56% 1% -
XYZ 43.01 28.85 97.91 -
YUV 149.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 181 113 255 0.29 0.56 0 0 268.73 1 0.72
Hex B5 71 FF 1D 38 0 0 10D 64 48
Octal 265 161 377 35 70 0 0 415 144 110
Binary 10110101 1110001 11111111 11101 111000 0 0 100001101 1100100 1001000

Color Harmonies of #B571FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B571FF

Black with #B571FF

Text Example


Text Example

White with #B571FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B571FF; }

 p { color: rgb(181,113,255); }

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

background-color css

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

 a { background-color: rgb(181,113,255); }

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

border-color css

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

 span { border-color: rgb(181,113,255); }

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