Html Css Color HEX #BC7BF0 Heliotrope

📋 copy color: '#BC7BF0'

red 188 ◦ green 123 ◦ blue 240

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

Shades of Heliotrope #BC7BF0

Tints of Heliotrope #BC7BF0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 34.12%
G = 22.32%
B = 43.56%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC7BF0 (or 0xBC7BF0) is known color: Heliotrope. HEX triplet: BC, 7B and F0. RGB value is (188,123,240). Sum of RGB (Red+Green+Blue) = 188+123+240=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC7BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BF0 is #43840F. Grayscale: #9B9B9B. Windows color (decimal): -4424720 or 15760316. OLE color: 15760316.

HSL color Cylindrical-coordinate representation of color #BC7BF0: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7BF0 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 123 240 -
CMYK 0.22 0.49 0 0.06
HSL 273.33º 0.8% 0.71% -
HSV(B) 273.33º 0.49% 0.94% -
XYZ 43.55 31.15 86.16 -
YUV 155.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 188 123 240 0.22 0.49 0 0.06 273.33 0.8 0.71
Hex BC 7B F0 16 31 0 6 111 50 47
Octal 274 173 360 26 61 0 6 421 120 107
Binary 10111100 1111011 11110000 10110 110001 0 110 100010001 1010000 1000111

Color Harmonies of #BC7BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BF0

Black with #BC7BF0

Text Example


Text Example

White with #BC7BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BF0; }

 p { color: rgb(188,123,240); }

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

background-color css

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

 a { background-color: rgb(188,123,240); }

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

border-color css

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

 span { border-color: rgb(188,123,240); }

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