Html Css Color HEX #BC2FDB Medium Orchid

📋 copy color: '#BC2FDB'

red 188 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #BC2FDB

Tints of Medium Orchid #BC2FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 41.41%
G = 10.35%
B = 48.24%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC2FDB (or 0xBC2FDB) is known color: Medium Orchid. HEX triplet: BC, 2F and DB. RGB value is (188,47,219). Sum of RGB (Red+Green+Blue) = 188+47+219=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FDB is #43D024. Grayscale: #6C6C6C. Windows color (decimal): -4444197 or 14364604. OLE color: 14364604.

HSL color Cylindrical-coordinate representation of color #BC2FDB: hue angle of 289.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FDB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 47 219 -
CMYK 0.14 0.79 0 0.14
HSL 289.19º 0.7% 0.52% -
HSV(B) 289.19º 0.79% 0.86% -
XYZ 34.54 17.84 68.64 -
YUV 108.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 188 47 219 0.14 0.79 0 0.14 289.19 0.7 0.52
Hex BC 2F DB E 4F 0 E 121 46 34
Octal 274 57 333 16 117 0 16 441 106 64
Binary 10111100 101111 11011011 1110 1001111 0 1110 100100001 1000110 110100

Color Harmonies of #BC2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FDB

Black with #BC2FDB

Text Example


Text Example

White with #BC2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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