Html Css Color HEX #BC3FD5 Medium Orchid

📋 copy color: '#BC3FD5'

red 188 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #BC3FD5

Tints of Medium Orchid #BC3FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.58%

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 40.52%
G = 13.58%
B = 45.91%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC3FD5 (or 0xBC3FD5) is known color: Medium Orchid. HEX triplet: BC, 3F and D5. RGB value is (188,63,213). Sum of RGB (Red+Green+Blue) = 188+63+213=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC3FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FD5 is #43C02A. Grayscale: #757575. Windows color (decimal): -4440107 or 13975484. OLE color: 13975484.

HSL color Cylindrical-coordinate representation of color #BC3FD5: hue angle of 290º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3FD5 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 63 213 -
CMYK 0.12 0.70 0 0.16
HSL 290º 0.64% 0.54% -
HSV(B) 290º 0.7% 0.84% -
XYZ 34.53 19.05 64.81 -
YUV 117.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 188 63 213 0.12 0.70 0 0.16 290 0.64 0.54
Hex BC 3F D5 C 46 0 10 122 40 36
Octal 274 77 325 14 106 0 20 442 100 66
Binary 10111100 111111 11010101 1100 1000110 0 10000 100100010 1000000 110110

Color Harmonies of #BC3FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FD5

Black with #BC3FD5

Text Example


Text Example

White with #BC3FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FD5; }

 p { color: rgb(188,63,213); }

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

background-color css

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

 a { background-color: rgb(188,63,213); }

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

border-color css

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

 span { border-color: rgb(188,63,213); }

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