Html Css Color HEX #B974EF Heliotrope

📋 copy color: '#B974EF'

red 185 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #B974EF

Tints of Heliotrope #B974EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.48%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 34.26%
G = 21.48%
B = 44.26%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B974EF (or 0xB974EF) is known color: Heliotrope. HEX triplet: B9, 74 and EF. RGB value is (185,116,239). Sum of RGB (Red+Green+Blue) = 185+116+239=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #B974EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974EF is #468B10. Grayscale: #969696. Windows color (decimal): -4623121 or 15692985. OLE color: 15692985.

HSL color Cylindrical-coordinate representation of color #B974EF: hue angle of 273.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B974EF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 116 239 -
CMYK 0.23 0.51 0 0.06
HSL 273.66º 0.79% 0.7% -
HSV(B) 273.66º 0.51% 0.94% -
XYZ 41.83 29.04 85.06 -
YUV 150.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 185 116 239 0.23 0.51 0 0.06 273.66 0.79 0.7
Hex B9 74 EF 17 33 0 6 112 4F 46
Octal 271 164 357 27 63 0 6 422 117 106
Binary 10111001 1110100 11101111 10111 110011 0 110 100010010 1001111 1000110

Color Harmonies of #B974EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974EF

Black with #B974EF

Text Example


Text Example

White with #B974EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974EF; }

 p { color: rgb(185,116,239); }

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

background-color css

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

 a { background-color: rgb(185,116,239); }

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

border-color css

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

 span { border-color: rgb(185,116,239); }

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