Html Css Color HEX #BC6FEF Heliotrope

📋 copy color: '#BC6FEF'

red 188 ◦ green 111 ◦ blue 239

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

Shades of Heliotrope #BC6FEF

Tints of Heliotrope #BC6FEF

RGB

 RED value IS 188 (73.83% from 255) = 34.94%

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 34.94%
G = 20.63%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC6FEF (or 0xBC6FEF) is known color: Heliotrope. HEX triplet: BC, 6F and EF. RGB value is (188,111,239). Sum of RGB (Red+Green+Blue) = 188+111+239=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FEF is #439010. Grayscale: #949494. Windows color (decimal): -4427793 or 15691708. OLE color: 15691708.

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

Color convert

RGB 188 111 239 -
CMYK 0.21 0.54 0 0.06
HSL 276.09º 0.8% 0.69% -
HSV(B) 276.09º 0.54% 0.94% -
XYZ 42 28.29 84.91 -
YUV 148.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 188 111 239 0.21 0.54 0 0.06 276.09 0.8 0.69
Hex BC 6F EF 15 36 0 6 114 50 45
Octal 274 157 357 25 66 0 6 424 120 105
Binary 10111100 1101111 11101111 10101 110110 0 110 100010100 1010000 1000101

Color Harmonies of #BC6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FEF

Black with #BC6FEF

Text Example


Text Example

White with #BC6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FEF; }

 p { color: rgb(188,111,239); }

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

background-color css

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

 a { background-color: rgb(188,111,239); }

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

border-color css

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

 span { border-color: rgb(188,111,239); }

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