Html Css Color HEX #BC64F8 Heliotrope

📋 copy color: '#BC64F8'

red 188 ◦ green 100 ◦ blue 248

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

Shades of Heliotrope #BC64F8

Tints of Heliotrope #BC64F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.27%

R = 35.07%
G = 18.66%
B = 46.27%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC64F8 (or 0xBC64F8) is known color: Heliotrope. HEX triplet: BC, 64 and F8. RGB value is (188,100,248). Sum of RGB (Red+Green+Blue) = 188+100+248=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC64F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64F8 is #439B07. Grayscale: #8E8E8E. Windows color (decimal): -4430600 or 16278716. OLE color: 16278716.

HSL color Cylindrical-coordinate representation of color #BC64F8: hue angle of 275.68º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC64F8 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 100 248 -
CMYK 0.24 0.60 0 0.03
HSL 275.68º 0.91% 0.68% -
HSV(B) 275.68º 0.6% 0.97% -
XYZ 42.24 26.58 91.71 -
YUV 143.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 188 100 248 0.24 0.60 0 0.03 275.68 0.91 0.68
Hex BC 64 F8 18 3C 0 3 114 5B 44
Octal 274 144 370 30 74 0 3 424 133 104
Binary 10111100 1100100 11111000 11000 111100 0 11 100010100 1011011 1000100

Color Harmonies of #BC64F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64F8

Black with #BC64F8

Text Example


Text Example

White with #BC64F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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