Html Css Color HEX #B975FE Heliotrope

📋 copy color: '#B975FE'

red 185 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #B975FE

Tints of Heliotrope #B975FE

RGB

 RED value IS 185 (72.66% from 255) = 33.27%

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

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

R = 33.27%
G = 21.04%
B = 45.68%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B975FE (or 0xB975FE) is known color: Heliotrope. HEX triplet: B9, 75 and FE. RGB value is (185,117,254). Sum of RGB (Red+Green+Blue) = 185+117+254=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #B975FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975FE is #468A01. Grayscale: #989898. Windows color (decimal): -4622850 or 16676281. OLE color: 16676281.

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

Color convert

RGB 185 117 254 -
CMYK 0.27 0.54 0 0.00
HSL 269.78º 0.99% 0.73% -
HSV(B) 269.78º 0.54% 1% -
XYZ 44.26 30.19 97.26 -
YUV 152.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 185 117 254 0.27 0.54 0 0.00 269.78 0.99 0.73
Hex B9 75 FE 1B 36 0 0 10E 63 49
Octal 271 165 376 33 66 0 0 416 143 111
Binary 10111001 1110101 11111110 11011 110110 0 0 100001110 1100011 1001001

Color Harmonies of #B975FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975FE

Black with #B975FE

Text Example


Text Example

White with #B975FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975FE; }

 p { color: rgb(185,117,254); }

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

background-color css

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

 a { background-color: rgb(185,117,254); }

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

border-color css

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

 span { border-color: rgb(185,117,254); }

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