Html Css Color HEX #BC4DF0 Medium Orchid

📋 copy color: '#BC4DF0'

red 188 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #BC4DF0

Tints of Medium Orchid #BC4DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

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

R = 37.23%
G = 15.25%
B = 47.52%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC4DF0 (or 0xBC4DF0) is known color: Medium Orchid. HEX triplet: BC, 4D and F0. RGB value is (188,77,240). Sum of RGB (Red+Green+Blue) = 188+77+240=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DF0 is #43B20F. Grayscale: #808080. Windows color (decimal): -4436496 or 15748540. OLE color: 15748540.

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

Color convert

RGB 188 77 240 -
CMYK 0.22 0.68 0 0.06
HSL 280.86º 0.84% 0.62% -
HSV(B) 280.86º 0.68% 0.94% -
XYZ 39.12 22.29 84.68 -
YUV 128.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 188 77 240 0.22 0.68 0 0.06 280.86 0.84 0.62
Hex BC 4D F0 16 44 0 6 119 54 3E
Octal 274 115 360 26 104 0 6 431 124 76
Binary 10111100 1001101 11110000 10110 1000100 0 110 100011001 1010100 111110

Color Harmonies of #BC4DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DF0

Black with #BC4DF0

Text Example


Text Example

White with #BC4DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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