Html Css Color HEX #BF6FFB Heliotrope

📋 copy color: '#BF6FFB'

red 191 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #BF6FFB

Tints of Heliotrope #BF6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.07%

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

R = 34.54%
G = 20.07%
B = 45.39%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF6FFB (or 0xBF6FFB) is known color: Heliotrope. HEX triplet: BF, 6F and FB. RGB value is (191,111,251). Sum of RGB (Red+Green+Blue) = 191+111+251=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FFB is #409004. Grayscale: #969696. Windows color (decimal): -4231173 or 16478143. OLE color: 16478143.

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

Color convert

RGB 191 111 251 -
CMYK 0.24 0.56 0 0.02
HSL 274.29º 0.95% 0.71% -
HSV(B) 274.29º 0.56% 0.98% -
XYZ 44.58 29.41 94.59 -
YUV 150.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 191 111 251 0.24 0.56 0 0.02 274.29 0.95 0.71
Hex BF 6F FB 18 38 0 2 112 5F 47
Octal 277 157 373 30 70 0 2 422 137 107
Binary 10111111 1101111 11111011 11000 111000 0 10 100010010 1011111 1000111

Color Harmonies of #BF6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FFB

Black with #BF6FFB

Text Example


Text Example

White with #BF6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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