Html Css Color HEX #B575FF Heliotrope

📋 copy color: '#B575FF'

red 181 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #B575FF

Tints of Heliotrope #B575FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.16%

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

R = 32.73%
G = 21.16%
B = 46.11%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B575FF (or 0xB575FF) is known color: Heliotrope. HEX triplet: B5, 75 and FF. RGB value is (181,117,255). Sum of RGB (Red+Green+Blue) = 181+117+255=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B575FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575FF is #4A8A00. Grayscale: #979797. Windows color (decimal): -4884993 or 16741813. OLE color: 16741813.

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

Color convert

RGB 181 117 255 -
CMYK 0.29 0.54 0 0
HSL 267.83º 1% 0.73% -
HSV(B) 267.83º 0.54% 1% -
XYZ 43.47 29.77 98.06 -
YUV 151.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 181 117 255 0.29 0.54 0 0 267.83 1 0.73
Hex B5 75 FF 1D 36 0 0 10C 64 49
Octal 265 165 377 35 66 0 0 414 144 111
Binary 10110101 1110101 11111111 11101 110110 0 0 100001100 1100100 1001001

Color Harmonies of #B575FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575FF

Black with #B575FF

Text Example


Text Example

White with #B575FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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