Html Css Color HEX #BC6FFE Heliotrope

📋 copy color: '#BC6FFE'

red 188 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #BC6FFE

Tints of Heliotrope #BC6FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 34%
G = 20.07%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC6FFE (or 0xBC6FFE) is known color: Heliotrope. HEX triplet: BC, 6F and FE. RGB value is (188,111,254). Sum of RGB (Red+Green+Blue) = 188+111+254=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FFE is #439001. Grayscale: #959595. Windows color (decimal): -4427778 or 16674748. OLE color: 16674748.

HSL color Cylindrical-coordinate representation of color #BC6FFE: hue angle of 272.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6FFE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 111 254 -
CMYK 0.26 0.56 0 0.00
HSL 272.31º 0.99% 0.72% -
HSV(B) 272.31º 0.56% 1% -
XYZ 44.31 29.22 97.07 -
YUV 150.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 188 111 254 0.26 0.56 0 0.00 272.31 0.99 0.72
Hex BC 6F FE 1A 38 0 0 110 63 48
Octal 274 157 376 32 70 0 0 420 143 110
Binary 10111100 1101111 11111110 11010 111000 0 0 100010000 1100011 1001000

Color Harmonies of #BC6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FFE

Black with #BC6FFE

Text Example


Text Example

White with #BC6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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