Html Css Color HEX #BF75EC Heliotrope

📋 copy color: '#BF75EC'

red 191 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #BF75EC

Tints of Heliotrope #BF75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 35.11%
G = 21.51%
B = 43.38%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF75EC (or 0xBF75EC) is known color: Heliotrope. HEX triplet: BF, 75 and EC. RGB value is (191,117,236). Sum of RGB (Red+Green+Blue) = 191+117+236=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF75EC is #408A13. Grayscale: #989898. Windows color (decimal): -4229652 or 15496639. OLE color: 15496639.

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

Color convert

RGB 191 117 236 -
CMYK 0.19 0.50 0 0.07
HSL 277.31º 0.76% 0.69% -
HSV(B) 277.31º 0.5% 0.93% -
XYZ 42.99 29.86 82.85 -
YUV 152.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 191 117 236 0.19 0.50 0 0.07 277.31 0.76 0.69
Hex BF 75 EC 13 32 0 7 115 4C 45
Octal 277 165 354 23 62 0 7 425 114 105
Binary 10111111 1110101 11101100 10011 110010 0 111 100010101 1001100 1000101

Color Harmonies of #BF75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75EC

Black with #BF75EC

Text Example


Text Example

White with #BF75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75EC; }

 p { color: rgb(191,117,236); }

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

background-color css

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

 a { background-color: rgb(191,117,236); }

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

border-color css

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

 span { border-color: rgb(191,117,236); }

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