Html Css Color HEX #BF6FED Heliotrope

📋 copy color: '#BF6FED'

red 191 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #BF6FED

Tints of Heliotrope #BF6FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 35.44%
G = 20.59%
B = 43.97%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF6FED (or 0xBF6FED) is known color: Heliotrope. HEX triplet: BF, 6F and ED. RGB value is (191,111,237). Sum of RGB (Red+Green+Blue) = 191+111+237=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FED is #409012. Grayscale: #949494. Windows color (decimal): -4231187 or 15560639. OLE color: 15560639.

HSL color Cylindrical-coordinate representation of color #BF6FED: hue angle of 278.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6FED is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 111 237 -
CMYK 0.19 0.53 0 0.07
HSL 278.1º 0.78% 0.68% -
HSV(B) 278.1º 0.53% 0.93% -
XYZ 42.46 28.56 83.4 -
YUV 149.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 191 111 237 0.19 0.53 0 0.07 278.1 0.78 0.68
Hex BF 6F ED 13 35 0 7 116 4E 44
Octal 277 157 355 23 65 0 7 426 116 104
Binary 10111111 1101111 11101101 10011 110101 0 111 100010110 1001110 1000100

Color Harmonies of #BF6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FED

Black with #BF6FED

Text Example


Text Example

White with #BF6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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