Html Css Color HEX #BC6FF6 Heliotrope

📋 copy color: '#BC6FF6'

red 188 ◦ green 111 ◦ blue 246

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

Shades of Heliotrope #BC6FF6

Tints of Heliotrope #BC6FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.14%

R = 34.5%
G = 20.37%
B = 45.14%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC6FF6 (or 0xBC6FF6) is known color: Heliotrope. HEX triplet: BC, 6F and F6. RGB value is (188,111,246). Sum of RGB (Red+Green+Blue) = 188+111+246=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FF6 is #439009. Grayscale: #949494. Windows color (decimal): -4427786 or 16150460. OLE color: 16150460.

HSL color Cylindrical-coordinate representation of color #BC6FF6: hue angle of 274.22º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6FF6 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 111 246 -
CMYK 0.24 0.55 0 0.04
HSL 274.22º 0.88% 0.7% -
HSV(B) 274.22º 0.55% 0.96% -
XYZ 43.06 28.71 90.46 -
YUV 149.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 188 111 246 0.24 0.55 0 0.04 274.22 0.88 0.7
Hex BC 6F F6 18 37 0 4 112 58 46
Octal 274 157 366 30 67 0 4 422 130 106
Binary 10111100 1101111 11110110 11000 110111 0 100 100010010 1011000 1000110

Color Harmonies of #BC6FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FF6

Black with #BC6FF6

Text Example


Text Example

White with #BC6FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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