Html Css Color HEX #BC4DCF Medium Orchid

📋 copy color: '#BC4DCF'

red 188 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #BC4DCF

Tints of Medium Orchid #BC4DCF

RGB

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

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

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

R = 39.83%
G = 16.31%
B = 43.86%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC4DCF (or 0xBC4DCF) is known color: Medium Orchid. HEX triplet: BC, 4D and CF. RGB value is (188,77,207). Sum of RGB (Red+Green+Blue) = 188+77+207=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DCF is #43B230. Grayscale: #7C7C7C. Windows color (decimal): -4436529 or 13585852. OLE color: 13585852.

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

Color convert

RGB 188 77 207 -
CMYK 0.09 0.63 0 0.19
HSL 291.23º 0.58% 0.56% -
HSV(B) 291.23º 0.63% 0.81% -
XYZ 34.66 20.5 61.16 -
YUV 125.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 188 77 207 0.09 0.63 0 0.19 291.23 0.58 0.56
Hex BC 4D CF 9 3F 0 13 123 3A 38
Octal 274 115 317 11 77 0 23 443 72 70
Binary 10111100 1001101 11001111 1001 111111 0 10011 100100011 111010 111000

Color Harmonies of #BC4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DCF

Black with #BC4DCF

Text Example


Text Example

White with #BC4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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