Html Css Color HEX #BC63FE Heliotrope

📋 copy color: '#BC63FE'

red 188 ◦ green 99 ◦ blue 254

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

Shades of Heliotrope #BC63FE

Tints of Heliotrope #BC63FE

RGB

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

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

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

R = 34.75%
G = 18.3%
B = 46.95%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC63FE (or 0xBC63FE) is known color: Heliotrope. HEX triplet: BC, 63 and FE. RGB value is (188,99,254). Sum of RGB (Red+Green+Blue) = 188+99+254=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63FE is #439C01. Grayscale: #8E8E8E. Windows color (decimal): -4430850 or 16671676. OLE color: 16671676.

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

Color convert

RGB 188 99 254 -
CMYK 0.26 0.61 0 0.00
HSL 274.45º 0.99% 0.69% -
HSV(B) 274.45º 0.61% 1% -
XYZ 43.09 26.77 96.66 -
YUV 143.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 188 99 254 0.26 0.61 0 0.00 274.45 0.99 0.69
Hex BC 63 FE 1A 3D 0 0 112 63 45
Octal 274 143 376 32 75 0 0 422 143 105
Binary 10111100 1100011 11111110 11010 111101 0 0 100010010 1100011 1000101

Color Harmonies of #BC63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63FE

Black with #BC63FE

Text Example


Text Example

White with #BC63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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