Html Css Color HEX #BC7CFD Heliotrope

📋 copy color: '#BC7CFD'

red 188 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #BC7CFD

Tints of Heliotrope #BC7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

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

R = 33.27%
G = 21.95%
B = 44.78%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC7CFD (or 0xBC7CFD) is known color: Heliotrope. HEX triplet: BC, 7C and FD. RGB value is (188,124,253). Sum of RGB (Red+Green+Blue) = 188+124+253=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CFD is #438302. Grayscale: #9D9D9D. Windows color (decimal): -4424451 or 16612540. OLE color: 16612540.

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

Color convert

RGB 188 124 253 -
CMYK 0.26 0.51 0 0.01
HSL 269.77º 0.97% 0.74% -
HSV(B) 269.77º 0.51% 0.99% -
XYZ 45.68 32.2 96.74 -
YUV 157.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 188 124 253 0.26 0.51 0 0.01 269.77 0.97 0.74
Hex BC 7C FD 1A 33 0 1 10E 61 4A
Octal 274 174 375 32 63 0 1 416 141 112
Binary 10111100 1111100 11111101 11010 110011 0 1 100001110 1100001 1001010

Color Harmonies of #BC7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CFD

Black with #BC7CFD

Text Example


Text Example

White with #BC7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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