Html Css Color HEX #B975FA Heliotrope

📋 copy color: '#B975FA'

red 185 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #B975FA

Tints of Heliotrope #B975FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 33.51%
G = 21.2%
B = 45.29%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B975FA (or 0xB975FA) is known color: Heliotrope. HEX triplet: B9, 75 and FA. RGB value is (185,117,250). Sum of RGB (Red+Green+Blue) = 185+117+250=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #B975FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975FA is #468A05. Grayscale: #989898. Windows color (decimal): -4622854 or 16414137. OLE color: 16414137.

HSL color Cylindrical-coordinate representation of color #B975FA: hue angle of 270.68º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B975FA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 117 250 -
CMYK 0.26 0.53 0 0.02
HSL 270.68º 0.93% 0.72% -
HSV(B) 270.68º 0.53% 0.98% -
XYZ 43.62 29.94 93.92 -
YUV 152.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 185 117 250 0.26 0.53 0 0.02 270.68 0.93 0.72
Hex B9 75 FA 1A 35 0 2 10F 5D 48
Octal 271 165 372 32 65 0 2 417 135 110
Binary 10111001 1110101 11111010 11010 110101 0 10 100001111 1011101 1001000

Color Harmonies of #B975FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975FA

Black with #B975FA

Text Example


Text Example

White with #B975FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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