Html Css Color HEX #BC6CFF Heliotrope

📋 copy color: '#BC6CFF'

red 188 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #BC6CFF

Tints of Heliotrope #BC6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.6%

 BLUE value IS 255 (100% from 255) = 46.28%

R = 34.12%
G = 19.6%
B = 46.28%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC6CFF (or 0xBC6CFF) is known color: Heliotrope. HEX triplet: BC, 6C and FF. RGB value is (188,108,255). Sum of RGB (Red+Green+Blue) = 188+108+255=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CFF is #439300. Grayscale: #949494. Windows color (decimal): -4428545 or 16739516. OLE color: 16739516.

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

Color convert

RGB 188 108 255 -
CMYK 0.26 0.58 0 0
HSL 272.65º 1% 0.71% -
HSV(B) 272.65º 0.58% 1% -
XYZ 44.15 28.64 97.81 -
YUV 148.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 188 108 255 0.26 0.58 0 0 272.65 1 0.71
Hex BC 6C FF 1A 3A 0 0 111 64 47
Octal 274 154 377 32 72 0 0 421 144 107
Binary 10111100 1101100 11111111 11010 111010 0 0 100010001 1100100 1000111

Color Harmonies of #BC6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CFF

Black with #BC6CFF

Text Example


Text Example

White with #BC6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CFF; }

 p { color: rgb(188,108,255); }

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

background-color css

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

 a { background-color: rgb(188,108,255); }

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

border-color css

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

 span { border-color: rgb(188,108,255); }

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