Html Css Color HEX #BC4DED Medium Orchid

📋 copy color: '#BC4DED'

red 188 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #BC4DED

Tints of Medium Orchid #BC4DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 37.45%
G = 15.34%
B = 47.21%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC4DED (or 0xBC4DED) is known color: Medium Orchid. HEX triplet: BC, 4D and ED. RGB value is (188,77,237). Sum of RGB (Red+Green+Blue) = 188+77+237=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DED is #43B212. Grayscale: #7F7F7F. Windows color (decimal): -4436499 or 15551932. OLE color: 15551932.

HSL color Cylindrical-coordinate representation of color #BC4DED: hue angle of 281.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4DED is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 77 237 -
CMYK 0.21 0.68 0 0.07
HSL 281.63º 0.82% 0.62% -
HSV(B) 281.63º 0.68% 0.93% -
XYZ 38.68 22.11 82.35 -
YUV 128.43 189.27 170.49 -
System Red Green Blue C M Y K H S L
Decimal 188 77 237 0.21 0.68 0 0.07 281.63 0.82 0.62
Hex BC 4D ED 15 44 0 7 11A 52 3E
Octal 274 115 355 25 104 0 7 432 122 76
Binary 10111100 1001101 11101101 10101 1000100 0 111 100011010 1010010 111110

Color Harmonies of #BC4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DED

Black with #BC4DED

Text Example


Text Example

White with #BC4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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