Html Css Color HEX #BC2FD9 Medium Orchid

📋 copy color: '#BC2FD9'

red 188 ◦ green 47 ◦ blue 217

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

Shades of Medium Orchid #BC2FD9

Tints of Medium Orchid #BC2FD9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 41.59%
G = 10.4%
B = 48.01%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC2FD9 (or 0xBC2FD9) is known color: Medium Orchid. HEX triplet: BC, 2F and D9. RGB value is (188,47,217). Sum of RGB (Red+Green+Blue) = 188+47+217=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC2FD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FD9 is #43D026. Grayscale: #6C6C6C. Windows color (decimal): -4444199 or 14233532. OLE color: 14233532.

HSL color Cylindrical-coordinate representation of color #BC2FD9: hue angle of 289.76º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2FD9 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 47 217 -
CMYK 0.13 0.78 0 0.15
HSL 289.76º 0.69% 0.52% -
HSV(B) 289.76º 0.78% 0.85% -
XYZ 34.28 17.73 67.26 -
YUV 108.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 188 47 217 0.13 0.78 0 0.15 289.76 0.69 0.52
Hex BC 2F D9 D 4E 0 F 122 45 34
Octal 274 57 331 15 116 0 17 442 105 64
Binary 10111100 101111 11011001 1101 1001110 0 1111 100100010 1000101 110100

Color Harmonies of #BC2FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FD9

Black with #BC2FD9

Text Example


Text Example

White with #BC2FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FD9; }

 p { color: rgb(188,47,217); }

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

background-color css

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

 a { background-color: rgb(188,47,217); }

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

border-color css

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

 span { border-color: rgb(188,47,217); }

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