Html Css Color HEX #BC7DF2 Heliotrope

📋 copy color: '#BC7DF2'

red 188 ◦ green 125 ◦ blue 242

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

Shades of Heliotrope #BC7DF2

Tints of Heliotrope #BC7DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

 BLUE value IS 242 (94.92% from 255) = 43.6%

R = 33.87%
G = 22.52%
B = 43.6%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC7DF2 (or 0xBC7DF2) is known color: Heliotrope. HEX triplet: BC, 7D and F2. RGB value is (188,125,242). Sum of RGB (Red+Green+Blue) = 188+125+242=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DF2 is #43820D. Grayscale: #9C9C9C. Windows color (decimal): -4424206 or 15891900. OLE color: 15891900.

HSL color Cylindrical-coordinate representation of color #BC7DF2: hue angle of 272.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7DF2 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 125 242 -
CMYK 0.22 0.48 0 0.05
HSL 272.31º 0.82% 0.72% -
HSV(B) 272.31º 0.48% 0.95% -
XYZ 44.1 31.77 87.81 -
YUV 157.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 188 125 242 0.22 0.48 0 0.05 272.31 0.82 0.72
Hex BC 7D F2 16 30 0 5 110 52 48
Octal 274 175 362 26 60 0 5 420 122 110
Binary 10111100 1111101 11110010 10110 110000 0 101 100010000 1010010 1001000

Color Harmonies of #BC7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DF2

Black with #BC7DF2

Text Example


Text Example

White with #BC7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DF2; }

 p { color: rgb(188,125,242); }

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

background-color css

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

 a { background-color: rgb(188,125,242); }

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

border-color css

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

 span { border-color: rgb(188,125,242); }

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