Html Css Color HEX #BC63FD Heliotrope

📋 copy color: '#BC63FD'

red 188 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #BC63FD

Tints of Heliotrope #BC63FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 34.81%
G = 18.33%
B = 46.85%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC63FD (or 0xBC63FD) is known color: Heliotrope. HEX triplet: BC, 63 and FD. RGB value is (188,99,253). Sum of RGB (Red+Green+Blue) = 188+99+253=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC63FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63FD is #439C02. Grayscale: #8E8E8E. Windows color (decimal): -4430851 or 16606140. OLE color: 16606140.

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

Color convert

RGB 188 99 253 -
CMYK 0.26 0.61 0 0.01
HSL 274.68º 0.97% 0.69% -
HSV(B) 274.68º 0.61% 0.99% -
XYZ 42.93 26.71 95.82 -
YUV 143.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 188 99 253 0.26 0.61 0 0.01 274.68 0.97 0.69
Hex BC 63 FD 1A 3D 0 1 113 61 45
Octal 274 143 375 32 75 0 1 423 141 105
Binary 10111100 1100011 11111101 11010 111101 0 1 100010011 1100001 1000101

Color Harmonies of #BC63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63FD

Black with #BC63FD

Text Example


Text Example

White with #BC63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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