Html Css Color HEX #BC63FA Heliotrope

📋 copy color: '#BC63FA'

red 188 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #BC63FA

Tints of Heliotrope #BC63FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 35.01%
G = 18.44%
B = 46.55%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC63FA (or 0xBC63FA) is known color: Heliotrope. HEX triplet: BC, 63 and FA. RGB value is (188,99,250). Sum of RGB (Red+Green+Blue) = 188+99+250=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63FA is #439C05. Grayscale: #8E8E8E. Windows color (decimal): -4430854 or 16409532. OLE color: 16409532.

HSL color Cylindrical-coordinate representation of color #BC63FA: hue angle of 275.36º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC63FA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 99 250 -
CMYK 0.25 0.60 0 0.02
HSL 275.36º 0.94% 0.68% -
HSV(B) 275.36º 0.6% 0.98% -
XYZ 42.46 26.52 93.32 -
YUV 142.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 188 99 250 0.25 0.60 0 0.02 275.36 0.94 0.68
Hex BC 63 FA 19 3C 0 2 113 5E 44
Octal 274 143 372 31 74 0 2 423 136 104
Binary 10111100 1100011 11111010 11001 111100 0 10 100010011 1011110 1000100

Color Harmonies of #BC63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63FA

Black with #BC63FA

Text Example


Text Example

White with #BC63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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