Html Css Color HEX #BC4ECF Medium Orchid

📋 copy color: '#BC4ECF'

red 188 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #BC4ECF

Tints of Medium Orchid #BC4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 39.75%
G = 16.49%
B = 43.76%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC4ECF (or 0xBC4ECF) is known color: Medium Orchid. HEX triplet: BC, 4E and CF. RGB value is (188,78,207). Sum of RGB (Red+Green+Blue) = 188+78+207=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ECF is #43B130. Grayscale: #7D7D7D. Windows color (decimal): -4436273 or 13586108. OLE color: 13586108.

HSL color Cylindrical-coordinate representation of color #BC4ECF: hue angle of 291.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4ECF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 78 207 -
CMYK 0.09 0.62 0 0.19
HSL 291.16º 0.57% 0.56% -
HSV(B) 291.16º 0.62% 0.81% -
XYZ 34.73 20.65 61.19 -
YUV 125.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 188 78 207 0.09 0.62 0 0.19 291.16 0.57 0.56
Hex BC 4E CF 9 3E 0 13 123 39 38
Octal 274 116 317 11 76 0 23 443 71 70
Binary 10111100 1001110 11001111 1001 111110 0 10011 100100011 111001 111000

Color Harmonies of #BC4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ECF

Black with #BC4ECF

Text Example


Text Example

White with #BC4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ECF; }

 p { color: rgb(188,78,207); }

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

background-color css

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

 a { background-color: rgb(188,78,207); }

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

border-color css

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

 span { border-color: rgb(188,78,207); }

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