Html Css Color HEX #BF76EE Heliotrope

📋 copy color: '#BF76EE'

red 191 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #BF76EE

Tints of Heliotrope #BF76EE

RGB

 RED value IS 191 (75% from 255) = 34.92%

 GREEN value IS 118 (46.48% from 255) = 21.57%

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

R = 34.92%
G = 21.57%
B = 43.51%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF76EE (or 0xBF76EE) is known color: Heliotrope. HEX triplet: BF, 76 and EE. RGB value is (191,118,238). Sum of RGB (Red+Green+Blue) = 191+118+238=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76EE is #408911. Grayscale: #999999. Windows color (decimal): -4229394 or 15627967. OLE color: 15627967.

HSL color Cylindrical-coordinate representation of color #BF76EE: hue angle of 276.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF76EE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 118 238 -
CMYK 0.20 0.50 0 0.07
HSL 276.5º 0.78% 0.7% -
HSV(B) 276.5º 0.5% 0.93% -
XYZ 43.4 30.21 84.43 -
YUV 153.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 191 118 238 0.20 0.50 0 0.07 276.5 0.78 0.7
Hex BF 76 EE 14 32 0 7 114 4E 46
Octal 277 166 356 24 62 0 7 424 116 106
Binary 10111111 1110110 11101110 10100 110010 0 111 100010100 1001110 1000110

Color Harmonies of #BF76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76EE

Black with #BF76EE

Text Example


Text Example

White with #BF76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76EE; }

 p { color: rgb(191,118,238); }

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

background-color css

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

 a { background-color: rgb(191,118,238); }

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

border-color css

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

 span { border-color: rgb(191,118,238); }

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