Html Css Color HEX #BF7DFF Heliotrope

📋 copy color: '#BF7DFF'

red 191 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #BF7DFF

Tints of Heliotrope #BF7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

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

R = 33.45%
G = 21.89%
B = 44.66%

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

#BF7DFF (or 0xBF7DFF) is known color: Heliotrope. HEX triplet: BF, 7D and FF. RGB value is (191,125,255). Sum of RGB (Red+Green+Blue) = 191+125+255=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DFF is #408200. Grayscale: #9F9F9F. Windows color (decimal): -4227585 or 16743871. OLE color: 16743871.

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

Color convert

RGB 191 125 255 -
CMYK 0.25 0.51 0 0
HSL 270.46º 1% 0.75% -
HSV(B) 270.46º 0.51% 1% -
XYZ 46.87 32.96 98.5 -
YUV 159.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 191 125 255 0.25 0.51 0 0 270.46 1 0.75
Hex BF 7D FF 19 33 0 0 10E 64 4B
Octal 277 175 377 31 63 0 0 416 144 113
Binary 10111111 1111101 11111111 11001 110011 0 0 100001110 1100100 1001011

Color Harmonies of #BF7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7DFF

Black with #BF7DFF

Text Example


Text Example

White with #BF7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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