Html Css Color HEX #BC7FFD Heliotrope

📋 copy color: '#BC7FFD'

red 188 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #BC7FFD

Tints of Heliotrope #BC7FFD

RGB

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

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

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

R = 33.1%
G = 22.36%
B = 44.54%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC7FFD (or 0xBC7FFD) is known color: Heliotrope. HEX triplet: BC, 7F and FD. RGB value is (188,127,253). Sum of RGB (Red+Green+Blue) = 188+127+253=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FFD is #438002. Grayscale: #9F9F9F. Windows color (decimal): -4423683 or 16613308. OLE color: 16613308.

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

Color convert

RGB 188 127 253 -
CMYK 0.26 0.50 0 0.01
HSL 269.05º 0.97% 0.75% -
HSV(B) 269.05º 0.5% 0.99% -
XYZ 46.06 32.96 96.86 -
YUV 159.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 188 127 253 0.26 0.50 0 0.01 269.05 0.97 0.75
Hex BC 7F FD 1A 32 0 1 10D 61 4B
Octal 274 177 375 32 62 0 1 415 141 113
Binary 10111100 1111111 11111101 11010 110010 0 1 100001101 1100001 1001011

Color Harmonies of #BC7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FFD

Black with #BC7FFD

Text Example


Text Example

White with #BC7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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