Html Css Color HEX #BC6FFC Heliotrope

📋 copy color: '#BC6FFC'

red 188 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #BC6FFC

Tints of Heliotrope #BC6FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 34.12%
G = 20.15%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC6FFC (or 0xBC6FFC) is known color: Heliotrope. HEX triplet: BC, 6F and FC. RGB value is (188,111,252). Sum of RGB (Red+Green+Blue) = 188+111+252=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FFC is #439003. Grayscale: #959595. Windows color (decimal): -4427780 or 16543676. OLE color: 16543676.

HSL color Cylindrical-coordinate representation of color #BC6FFC: hue angle of 272.77º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6FFC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 111 252 -
CMYK 0.25 0.56 0 0.01
HSL 272.77º 0.96% 0.71% -
HSV(B) 272.77º 0.56% 0.99% -
XYZ 43.99 29.09 95.39 -
YUV 150.1 185.51 155.04 -
System Red Green Blue C M Y K H S L
Decimal 188 111 252 0.25 0.56 0 0.01 272.77 0.96 0.71
Hex BC 6F FC 19 38 0 1 111 60 47
Octal 274 157 374 31 70 0 1 421 140 107
Binary 10111100 1101111 11111100 11001 111000 0 1 100010001 1100000 1000111

Color Harmonies of #BC6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FFC

Black with #BC6FFC

Text Example


Text Example

White with #BC6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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