Html Css Color HEX #B975FD Heliotrope

📋 copy color: '#B975FD'

red 185 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #B975FD

Tints of Heliotrope #B975FD

RGB

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

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

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

R = 33.33%
G = 21.08%
B = 45.59%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B975FD (or 0xB975FD) is known color: Heliotrope. HEX triplet: B9, 75 and FD. RGB value is (185,117,253). Sum of RGB (Red+Green+Blue) = 185+117+253=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #B975FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975FD is #468A02. Grayscale: #989898. Windows color (decimal): -4622851 or 16610745. OLE color: 16610745.

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

Color convert

RGB 185 117 253 -
CMYK 0.27 0.54 0 0.01
HSL 270º 0.97% 0.73% -
HSV(B) 270º 0.54% 0.99% -
XYZ 44.1 30.13 96.42 -
YUV 152.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 185 117 253 0.27 0.54 0 0.01 270 0.97 0.73
Hex B9 75 FD 1B 36 0 1 10E 61 49
Octal 271 165 375 33 66 0 1 416 141 111
Binary 10111001 1110101 11111101 11011 110110 0 1 100001110 1100001 1001001

Color Harmonies of #B975FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975FD

Black with #B975FD

Text Example


Text Example

White with #B975FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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