Html Css Color HEX #BF6DF3 Heliotrope

📋 copy color: '#BF6DF3'

red 191 ◦ green 109 ◦ blue 243

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

Shades of Heliotrope #BF6DF3

Tints of Heliotrope #BF6DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.07%

 BLUE value IS 243 (95.31% from 255) = 44.75%

R = 35.17%
G = 20.07%
B = 44.75%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF6DF3 (or 0xBF6DF3) is known color: Heliotrope. HEX triplet: BF, 6D and F3. RGB value is (191,109,243). Sum of RGB (Red+Green+Blue) = 191+109+243=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DF3 is #40920C. Grayscale: #949494. Windows color (decimal): -4231693 or 15953343. OLE color: 15953343.

HSL color Cylindrical-coordinate representation of color #BF6DF3: hue angle of 276.72º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6DF3 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 109 243 -
CMYK 0.21 0.55 0 0.05
HSL 276.72º 0.85% 0.69% -
HSV(B) 276.72º 0.55% 0.95% -
XYZ 43.13 28.48 88.02 -
YUV 148.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 191 109 243 0.21 0.55 0 0.05 276.72 0.85 0.69
Hex BF 6D F3 15 37 0 5 115 55 45
Octal 277 155 363 25 67 0 5 425 125 105
Binary 10111111 1101101 11110011 10101 110111 0 101 100010101 1010101 1000101

Color Harmonies of #BF6DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DF3

Black with #BF6DF3

Text Example


Text Example

White with #BF6DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DF3; }

 p { color: rgb(191,109,243); }

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

background-color css

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

 a { background-color: rgb(191,109,243); }

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

border-color css

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

 span { border-color: rgb(191,109,243); }

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