Html Css Color HEX #BC7FF8 Heliotrope

📋 copy color: '#BC7FF8'

red 188 ◦ green 127 ◦ blue 248

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

Shades of Heliotrope #BC7FF8

Tints of Heliotrope #BC7FF8

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 33.39%
G = 22.56%
B = 44.05%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC7FF8 (or 0xBC7FF8) is known color: Heliotrope. HEX triplet: BC, 7F and F8. RGB value is (188,127,248). Sum of RGB (Red+Green+Blue) = 188+127+248=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC7FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FF8 is #438007. Grayscale: #9E9E9E. Windows color (decimal): -4423688 or 16285628. OLE color: 16285628.

HSL color Cylindrical-coordinate representation of color #BC7FF8: hue angle of 270.25º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7FF8 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 127 248 -
CMYK 0.24 0.49 0 0.03
HSL 270.25º 0.9% 0.74% -
HSV(B) 270.25º 0.49% 0.97% -
XYZ 45.27 32.65 92.72 -
YUV 159.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 188 127 248 0.24 0.49 0 0.03 270.25 0.9 0.74
Hex BC 7F F8 18 31 0 3 10E 5A 4A
Octal 274 177 370 30 61 0 3 416 132 112
Binary 10111100 1111111 11111000 11000 110001 0 11 100001110 1011010 1001010

Color Harmonies of #BC7FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FF8

Black with #BC7FF8

Text Example


Text Example

White with #BC7FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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