Html Css Color HEX #BF6CFF Heliotrope

📋 copy color: '#BF6CFF'

red 191 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #BF6CFF

Tints of Heliotrope #BF6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.49%

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

R = 34.48%
G = 19.49%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF6CFF (or 0xBF6CFF) is known color: Heliotrope. HEX triplet: BF, 6C and FF. RGB value is (191,108,255). Sum of RGB (Red+Green+Blue) = 191+108+255=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CFF is #409300. Grayscale: #959595. Windows color (decimal): -4231937 or 16739519. OLE color: 16739519.

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

Color convert

RGB 191 108 255 -
CMYK 0.25 0.58 0 0
HSL 273.88º 1% 0.71% -
HSV(B) 273.88º 0.58% 1% -
XYZ 44.9 29.02 97.84 -
YUV 149.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 191 108 255 0.25 0.58 0 0 273.88 1 0.71
Hex BF 6C FF 19 3A 0 0 112 64 47
Octal 277 154 377 31 72 0 0 422 144 107
Binary 10111111 1101100 11111111 11001 111010 0 0 100010010 1100100 1000111

Color Harmonies of #BF6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CFF

Black with #BF6CFF

Text Example


Text Example

White with #BF6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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