Html Css Color HEX #BC64FA Heliotrope

📋 copy color: '#BC64FA'

red 188 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #BC64FA

Tints of Heliotrope #BC64FA

RGB

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

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

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

R = 34.94%
G = 18.59%
B = 46.47%

CMYK

 C value IS 0.25

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC64FA (or 0xBC64FA) is known color: Heliotrope. HEX triplet: BC, 64 and FA. RGB value is (188,100,250). Sum of RGB (Red+Green+Blue) = 188+100+250=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64FA is #439B05. Grayscale: #8E8E8E. Windows color (decimal): -4430598 or 16409788. OLE color: 16409788.

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

Color convert

RGB 188 100 250 -
CMYK 0.25 0.6 0 0.02
HSL 275.2º 0.94% 0.69% -
HSV(B) 275.2º 0.6% 0.98% -
XYZ 42.55 26.71 93.35 -
YUV 143.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 188 100 250 0.25 0.6 0 0.02 275.2 0.94 0.69
Hex BC 64 FA 19 3C 0 2 113 5E 45
Octal 274 144 372 31 74 0 2 423 136 105
Binary 10111100 1100100 11111010 11001 111100 0 10 100010011 1011110 1000101

Color Harmonies of #BC64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64FA

Black with #BC64FA

Text Example


Text Example

White with #BC64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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