Html Css Color HEX #BC2FDD Medium Orchid

📋 copy color: '#BC2FDD'

red 188 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #BC2FDD

Tints of Medium Orchid #BC2FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 41.23%
G = 10.31%
B = 48.46%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC2FDD (or 0xBC2FDD) is known color: Medium Orchid. HEX triplet: BC, 2F and DD. RGB value is (188,47,221). Sum of RGB (Red+Green+Blue) = 188+47+221=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FDD is #43D022. Grayscale: #6C6C6C. Windows color (decimal): -4444195 or 14495676. OLE color: 14495676.

HSL color Cylindrical-coordinate representation of color #BC2FDD: hue angle of 288.62º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FDD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 47 221 -
CMYK 0.15 0.79 0 0.13
HSL 288.62º 0.72% 0.53% -
HSV(B) 288.62º 0.79% 0.87% -
XYZ 34.81 17.94 70.04 -
YUV 109 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 188 47 221 0.15 0.79 0 0.13 288.62 0.72 0.53
Hex BC 2F DD F 4F 0 D 121 48 35
Octal 274 57 335 17 117 0 15 441 110 65
Binary 10111100 101111 11011101 1111 1001111 0 1101 100100001 1001000 110101

Color Harmonies of #BC2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FDD

Black with #BC2FDD

Text Example


Text Example

White with #BC2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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