Html Css Color HEX #BF7CFF Heliotrope

📋 copy color: '#BF7CFF'

red 191 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #BF7CFF

Tints of Heliotrope #BF7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.75%

 BLUE value IS 255 (100% from 255) = 44.74%

R = 33.51%
G = 21.75%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF7CFF (or 0xBF7CFF) is known color: Heliotrope. HEX triplet: BF, 7C and FF. RGB value is (191,124,255). Sum of RGB (Red+Green+Blue) = 191+124+255=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7CFF is #408300. Grayscale: #9E9E9E. Windows color (decimal): -4227841 or 16743615. OLE color: 16743615.

HSL color Cylindrical-coordinate representation of color #BF7CFF: hue angle of 270.69º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF7CFF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 124 255 -
CMYK 0.25 0.51 0 0
HSL 270.69º 1% 0.74% -
HSV(B) 270.69º 0.51% 1% -
XYZ 46.74 32.71 98.46 -
YUV 158.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 191 124 255 0.25 0.51 0 0 270.69 1 0.74
Hex BF 7C FF 19 33 0 0 10F 64 4A
Octal 277 174 377 31 63 0 0 417 144 112
Binary 10111111 1111100 11111111 11001 110011 0 0 100001111 1100100 1001010

Color Harmonies of #BF7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CFF

Black with #BF7CFF

Text Example


Text Example

White with #BF7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CFF; }

 p { color: rgb(191,124,255); }

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

background-color css

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

 a { background-color: rgb(191,124,255); }

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

border-color css

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

 span { border-color: rgb(191,124,255); }

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