Html Css Color HEX #B974EE Heliotrope

📋 copy color: '#B974EE'

red 185 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #B974EE

Tints of Heliotrope #B974EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 34.32%
G = 21.52%
B = 44.16%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B974EE (or 0xB974EE) is known color: Heliotrope. HEX triplet: B9, 74 and EE. RGB value is (185,116,238). Sum of RGB (Red+Green+Blue) = 185+116+238=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #B974EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974EE is #468B11. Grayscale: #969696. Windows color (decimal): -4623122 or 15627449. OLE color: 15627449.

HSL color Cylindrical-coordinate representation of color #B974EE: hue angle of 273.93º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B974EE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 116 238 -
CMYK 0.22 0.51 0 0.07
HSL 273.93º 0.78% 0.69% -
HSV(B) 273.93º 0.51% 0.93% -
XYZ 41.69 28.98 84.29 -
YUV 150.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 185 116 238 0.22 0.51 0 0.07 273.93 0.78 0.69
Hex B9 74 EE 16 33 0 7 112 4E 45
Octal 271 164 356 26 63 0 7 422 116 105
Binary 10111001 1110100 11101110 10110 110011 0 111 100010010 1001110 1000101

Color Harmonies of #B974EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974EE

Black with #B974EE

Text Example


Text Example

White with #B974EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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