Html Css Color HEX #BF6FF2 Heliotrope

📋 copy color: '#BF6FF2'

red 191 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #BF6FF2

Tints of Heliotrope #BF6FF2

RGB

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

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

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

R = 35.11%
G = 20.4%
B = 44.49%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF6FF2 (or 0xBF6FF2) is known color: Heliotrope. HEX triplet: BF, 6F and F2. RGB value is (191,111,242). Sum of RGB (Red+Green+Blue) = 191+111+242=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FF2 is #40900D. Grayscale: #959595. Windows color (decimal): -4231182 or 15888319. OLE color: 15888319.

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

Color convert

RGB 191 111 242 -
CMYK 0.21 0.54 0 0.05
HSL 276.64º 0.83% 0.69% -
HSV(B) 276.64º 0.54% 0.95% -
XYZ 43.2 28.86 87.3 -
YUV 149.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 191 111 242 0.21 0.54 0 0.05 276.64 0.83 0.69
Hex BF 6F F2 15 36 0 5 115 53 45
Octal 277 157 362 25 66 0 5 425 123 105
Binary 10111111 1101111 11110010 10101 110110 0 101 100010101 1010011 1000101

Color Harmonies of #BF6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FF2

Black with #BF6FF2

Text Example


Text Example

White with #BF6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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