Html Css Color HEX #BC63F8 Heliotrope

📋 copy color: '#BC63F8'

red 188 ◦ green 99 ◦ blue 248

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

Shades of Heliotrope #BC63F8

Tints of Heliotrope #BC63F8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.5%

 BLUE value IS 248 (97.27% from 255) = 46.36%

R = 35.14%
G = 18.5%
B = 46.36%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC63F8 (or 0xBC63F8) is known color: Heliotrope. HEX triplet: BC, 63 and F8. RGB value is (188,99,248). Sum of RGB (Red+Green+Blue) = 188+99+248=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC63F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63F8 is #439C07. Grayscale: #8E8E8E. Windows color (decimal): -4430856 or 16278460. OLE color: 16278460.

HSL color Cylindrical-coordinate representation of color #BC63F8: hue angle of 275.84º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC63F8 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 99 248 -
CMYK 0.24 0.60 0 0.03
HSL 275.84º 0.91% 0.68% -
HSV(B) 275.84º 0.6% 0.97% -
XYZ 42.14 26.39 91.68 -
YUV 142.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 188 99 248 0.24 0.60 0 0.03 275.84 0.91 0.68
Hex BC 63 F8 18 3C 0 3 114 5B 44
Octal 274 143 370 30 74 0 3 424 133 104
Binary 10111100 1100011 11111000 11000 111100 0 11 100010100 1011011 1000100

Color Harmonies of #BC63F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63F8

Black with #BC63F8

Text Example


Text Example

White with #BC63F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63F8; }

 p { color: rgb(188,99,248); }

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

background-color css

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

 a { background-color: rgb(188,99,248); }

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

border-color css

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

 span { border-color: rgb(188,99,248); }

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