Html Css Color HEX #BF6DFB Heliotrope

📋 copy color: '#BF6DFB'

red 191 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #BF6DFB

Tints of Heliotrope #BF6DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 34.66%
G = 19.78%
B = 45.55%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF6DFB (or 0xBF6DFB) is known color: Heliotrope. HEX triplet: BF, 6D and FB. RGB value is (191,109,251). Sum of RGB (Red+Green+Blue) = 191+109+251=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DFB is #409204. Grayscale: #959595. Windows color (decimal): -4231685 or 16477631. OLE color: 16477631.

HSL color Cylindrical-coordinate representation of color #BF6DFB: hue angle of 274.65º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6DFB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 109 251 -
CMYK 0.24 0.57 0 0.02
HSL 274.65º 0.95% 0.71% -
HSV(B) 274.65º 0.57% 0.98% -
XYZ 44.37 28.98 94.52 -
YUV 149.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 191 109 251 0.24 0.57 0 0.02 274.65 0.95 0.71
Hex BF 6D FB 18 39 0 2 113 5F 47
Octal 277 155 373 30 71 0 2 423 137 107
Binary 10111111 1101101 11111011 11000 111001 0 10 100010011 1011111 1000111

Color Harmonies of #BF6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DFB

Black with #BF6DFB

Text Example


Text Example

White with #BF6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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