Html Css Color HEX #BC3BCE Medium Orchid

📋 copy color: '#BC3BCE'

red 188 ◦ green 59 ◦ blue 206

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

Shades of Medium Orchid #BC3BCE

Tints of Medium Orchid #BC3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.02%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 41.5%
G = 13.02%
B = 45.47%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC3BCE (or 0xBC3BCE) is known color: Medium Orchid. HEX triplet: BC, 3B and CE. RGB value is (188,59,206). Sum of RGB (Red+Green+Blue) = 188+59+206=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BCE is #43C431. Grayscale: #717171. Windows color (decimal): -4441138 or 13515708. OLE color: 13515708.

HSL color Cylindrical-coordinate representation of color #BC3BCE: hue angle of 292.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3BCE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 59 206 -
CMYK 0.09 0.71 0 0.19
HSL 292.65º 0.6% 0.52% -
HSV(B) 292.65º 0.71% 0.81% -
XYZ 33.44 18.28 60.16 -
YUV 114.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 188 59 206 0.09 0.71 0 0.19 292.65 0.6 0.52
Hex BC 3B CE 9 47 0 13 125 3C 34
Octal 274 73 316 11 107 0 23 445 74 64
Binary 10111100 111011 11001110 1001 1000111 0 10011 100100101 111100 110100

Color Harmonies of #BC3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BCE

Black with #BC3BCE

Text Example


Text Example

White with #BC3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BCE; }

 p { color: rgb(188,59,206); }

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

background-color css

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

 a { background-color: rgb(188,59,206); }

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

border-color css

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

 span { border-color: rgb(188,59,206); }

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