Html Css Color HEX #B978FF Heliotrope

📋 copy color: '#B978FF'

red 185 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #B978FF

Tints of Heliotrope #B978FF

RGB

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

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

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

R = 33.04%
G = 21.43%
B = 45.54%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B978FF (or 0xB978FF) is known color: Heliotrope. HEX triplet: B9, 78 and FF. RGB value is (185,120,255). Sum of RGB (Red+Green+Blue) = 185+120+255=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #B978FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978FF is #468700. Grayscale: #9A9A9A. Windows color (decimal): -4622081 or 16742585. OLE color: 16742585.

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

Color convert

RGB 185 120 255 -
CMYK 0.27 0.53 0 0
HSL 268.89º 1% 0.74% -
HSV(B) 268.89º 0.53% 1% -
XYZ 44.77 30.97 98.23 -
YUV 154.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 185 120 255 0.27 0.53 0 0 268.89 1 0.74
Hex B9 78 FF 1B 35 0 0 10D 64 4A
Octal 271 170 377 33 65 0 0 415 144 112
Binary 10111001 1111000 11111111 11011 110101 0 0 100001101 1100100 1001010

Color Harmonies of #B978FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978FF

Black with #B978FF

Text Example


Text Example

White with #B978FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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