Html Css Color HEX #BC64FD Heliotrope

📋 copy color: '#BC64FD'

red 188 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #BC64FD

Tints of Heliotrope #BC64FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.48%

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

R = 34.75%
G = 18.48%
B = 46.77%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC64FD (or 0xBC64FD) is known color: Heliotrope. HEX triplet: BC, 64 and FD. RGB value is (188,100,253). Sum of RGB (Red+Green+Blue) = 188+100+253=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64FD is #439B02. Grayscale: #8F8F8F. Windows color (decimal): -4430595 or 16606396. OLE color: 16606396.

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

Color convert

RGB 188 100 253 -
CMYK 0.26 0.60 0 0.01
HSL 274.51º 0.97% 0.69% -
HSV(B) 274.51º 0.6% 0.99% -
XYZ 43.03 26.9 95.85 -
YUV 143.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 188 100 253 0.26 0.60 0 0.01 274.51 0.97 0.69
Hex BC 64 FD 1A 3C 0 1 113 61 45
Octal 274 144 375 32 74 0 1 423 141 105
Binary 10111100 1100100 11111101 11010 111100 0 1 100010011 1100001 1000101

Color Harmonies of #BC64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64FD

Black with #BC64FD

Text Example


Text Example

White with #BC64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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