Html Css Color HEX #BC30DC Medium Orchid

📋 copy color: '#BC30DC'

red 188 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #BC30DC

Tints of Medium Orchid #BC30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 41.23%
G = 10.53%
B = 48.25%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC30DC (or 0xBC30DC) is known color: Medium Orchid. HEX triplet: BC, 30 and DC. RGB value is (188,48,220). Sum of RGB (Red+Green+Blue) = 188+48+220=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30DC is #43CF23. Grayscale: #6C6C6C. Windows color (decimal): -4443940 or 14430396. OLE color: 14430396.

HSL color Cylindrical-coordinate representation of color #BC30DC: hue angle of 288.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC30DC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 48 220 -
CMYK 0.15 0.78 0 0.14
HSL 288.84º 0.71% 0.53% -
HSV(B) 288.84º 0.78% 0.86% -
XYZ 34.71 17.97 69.35 -
YUV 109.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 188 48 220 0.15 0.78 0 0.14 288.84 0.71 0.53
Hex BC 30 DC F 4E 0 E 121 47 35
Octal 274 60 334 17 116 0 16 441 107 65
Binary 10111100 110000 11011100 1111 1001110 0 1110 100100001 1000111 110101

Color Harmonies of #BC30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30DC

Black with #BC30DC

Text Example


Text Example

White with #BC30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30DC; }

 p { color: rgb(188,48,220); }

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

background-color css

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

 a { background-color: rgb(188,48,220); }

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

border-color css

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

 span { border-color: rgb(188,48,220); }

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