Html Css Color HEX #BF74EE Heliotrope

📋 copy color: '#BF74EE'

red 191 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #BF74EE

Tints of Heliotrope #BF74EE

RGB

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

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

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

R = 35.05%
G = 21.28%
B = 43.67%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF74EE (or 0xBF74EE) is known color: Heliotrope. HEX triplet: BF, 74 and EE. RGB value is (191,116,238). Sum of RGB (Red+Green+Blue) = 191+116+238=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74EE is #408B11. Grayscale: #979797. Windows color (decimal): -4229906 or 15627455. OLE color: 15627455.

HSL color Cylindrical-coordinate representation of color #BF74EE: hue angle of 276.89º 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 #BF74EE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 116 238 -
CMYK 0.20 0.51 0 0.07
HSL 276.89º 0.78% 0.69% -
HSV(B) 276.89º 0.51% 0.93% -
XYZ 43.16 29.74 84.35 -
YUV 152.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 191 116 238 0.20 0.51 0 0.07 276.89 0.78 0.69
Hex BF 74 EE 14 33 0 7 115 4E 45
Octal 277 164 356 24 63 0 7 425 116 105
Binary 10111111 1110100 11101110 10100 110011 0 111 100010101 1001110 1000101

Color Harmonies of #BF74EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74EE

Black with #BF74EE

Text Example


Text Example

White with #BF74EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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