Html Css Color HEX #BC38DC Medium Orchid

📋 copy color: '#BC38DC'

red 188 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #BC38DC

Tints of Medium Orchid #BC38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

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

R = 40.52%
G = 12.07%
B = 47.41%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC38DC (or 0xBC38DC) is known color: Medium Orchid. HEX triplet: BC, 38 and DC. RGB value is (188,56,220). Sum of RGB (Red+Green+Blue) = 188+56+220=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38DC is #43C723. Grayscale: #717171. Windows color (decimal): -4441892 or 14432444. OLE color: 14432444.

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

Color convert

RGB 188 56 220 -
CMYK 0.15 0.75 0 0.14
HSL 288.29º 0.7% 0.54% -
HSV(B) 288.29º 0.75% 0.86% -
XYZ 35.07 18.69 69.47 -
YUV 114.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 188 56 220 0.15 0.75 0 0.14 288.29 0.7 0.54
Hex BC 38 DC F 4B 0 E 120 46 36
Octal 274 70 334 17 113 0 16 440 106 66
Binary 10111100 111000 11011100 1111 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #BC38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38DC

Black with #BC38DC

Text Example


Text Example

White with #BC38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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