Html Css Color HEX #BF73EE Heliotrope

📋 copy color: '#BF73EE'

red 191 ◦ green 115 ◦ blue 238

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

Shades of Heliotrope #BF73EE

Tints of Heliotrope #BF73EE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.14%

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

R = 35.11%
G = 21.14%
B = 43.75%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF73EE (or 0xBF73EE) is known color: Heliotrope. HEX triplet: BF, 73 and EE. RGB value is (191,115,238). Sum of RGB (Red+Green+Blue) = 191+115+238=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF73EE is #408C11. Grayscale: #979797. Windows color (decimal): -4230162 or 15627199. OLE color: 15627199.

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

Color convert

RGB 191 115 238 -
CMYK 0.20 0.52 0 0.07
HSL 277.07º 0.78% 0.69% -
HSV(B) 277.07º 0.52% 0.93% -
XYZ 43.05 29.51 84.32 -
YUV 151.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 191 115 238 0.20 0.52 0 0.07 277.07 0.78 0.69
Hex BF 73 EE 14 34 0 7 115 4E 45
Octal 277 163 356 24 64 0 7 425 116 105
Binary 10111111 1110011 11101110 10100 110100 0 111 100010101 1001110 1000101

Color Harmonies of #BF73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73EE

Black with #BF73EE

Text Example


Text Example

White with #BF73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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