Html Css Color HEX #BF6BF2 Heliotrope

📋 copy color: '#BF6BF2'

red 191 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #BF6BF2

Tints of Heliotrope #BF6BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 35.37%
G = 19.81%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF6BF2 (or 0xBF6BF2) is known color: Heliotrope. HEX triplet: BF, 6B and F2. RGB value is (191,107,242). Sum of RGB (Red+Green+Blue) = 191+107+242=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BF2 is #40940D. Grayscale: #939393. Windows color (decimal): -4232206 or 15887295. OLE color: 15887295.

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

Color convert

RGB 191 107 242 -
CMYK 0.21 0.56 0 0.05
HSL 277.33º 0.84% 0.68% -
HSV(B) 277.33º 0.56% 0.95% -
XYZ 42.77 28 87.16 -
YUV 147.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 191 107 242 0.21 0.56 0 0.05 277.33 0.84 0.68
Hex BF 6B F2 15 38 0 5 115 54 44
Octal 277 153 362 25 70 0 5 425 124 104
Binary 10111111 1101011 11110010 10101 111000 0 101 100010101 1010100 1000100

Color Harmonies of #BF6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BF2

Black with #BF6BF2

Text Example


Text Example

White with #BF6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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