Html Css Color HEX #B978FD Heliotrope

📋 copy color: '#B978FD'

red 185 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #B978FD

Tints of Heliotrope #B978FD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.51%

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

R = 33.15%
G = 21.51%
B = 45.34%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B978FD (or 0xB978FD) is known color: Heliotrope. HEX triplet: B9, 78 and FD. RGB value is (185,120,253). Sum of RGB (Red+Green+Blue) = 185+120+253=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #B978FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978FD is #468702. Grayscale: #9A9A9A. Windows color (decimal): -4622083 or 16611513. OLE color: 16611513.

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

Color convert

RGB 185 120 253 -
CMYK 0.27 0.53 0 0.01
HSL 269.32º 0.97% 0.73% -
HSV(B) 269.32º 0.53% 0.99% -
XYZ 44.45 30.84 96.54 -
YUV 154.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 185 120 253 0.27 0.53 0 0.01 269.32 0.97 0.73
Hex B9 78 FD 1B 35 0 1 10D 61 49
Octal 271 170 375 33 65 0 1 415 141 111
Binary 10111001 1111000 11111101 11011 110101 0 1 100001101 1100001 1001001

Color Harmonies of #B978FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978FD

Black with #B978FD

Text Example


Text Example

White with #B978FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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