Html Css Color HEX #BF6BFF Heliotrope

📋 copy color: '#BF6BFF'

red 191 ◦ green 107 ◦ blue 255

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

Shades of Heliotrope #BF6BFF

Tints of Heliotrope #BF6BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.35%

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

R = 34.54%
G = 19.35%
B = 46.11%

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

#BF6BFF (or 0xBF6BFF) is known color: Heliotrope. HEX triplet: BF, 6B and FF. RGB value is (191,107,255). Sum of RGB (Red+Green+Blue) = 191+107+255=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF6BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFF is #409400. Grayscale: #949494. Windows color (decimal): -4232193 or 16739263. OLE color: 16739263.

HSL color Cylindrical-coordinate representation of color #BF6BFF: hue angle of 274.05º 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 #BF6BFF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 107 255 -
CMYK 0.25 0.58 0 0
HSL 274.05º 1% 0.71% -
HSV(B) 274.05º 0.58% 1% -
XYZ 44.79 28.81 97.81 -
YUV 148.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 191 107 255 0.25 0.58 0 0 274.05 1 0.71
Hex BF 6B FF 19 3A 0 0 112 64 47
Octal 277 153 377 31 72 0 0 422 144 107
Binary 10111111 1101011 11111111 11001 111010 0 0 100010010 1100100 1000111

Color Harmonies of #BF6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BFF

Black with #BF6BFF

Text Example


Text Example

White with #BF6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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