Html Css Color HEX #BC3DCE Medium Orchid

📋 copy color: '#BC3DCE'

red 188 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #BC3DCE

Tints of Medium Orchid #BC3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.41%

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

R = 41.32%
G = 13.41%
B = 45.27%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC3DCE (or 0xBC3DCE) is known color: Medium Orchid. HEX triplet: BC, 3D and CE. RGB value is (188,61,206). Sum of RGB (Red+Green+Blue) = 188+61+206=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC3DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DCE is #43C231. Grayscale: #737373. Windows color (decimal): -4440626 or 13516220. OLE color: 13516220.

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

Color convert

RGB 188 61 206 -
CMYK 0.09 0.70 0 0.19
HSL 292.55º 0.6% 0.52% -
HSV(B) 292.55º 0.7% 0.81% -
XYZ 33.55 18.49 60.19 -
YUV 115.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 188 61 206 0.09 0.70 0 0.19 292.55 0.6 0.52
Hex BC 3D CE 9 46 0 13 125 3C 34
Octal 274 75 316 11 106 0 23 445 74 64
Binary 10111100 111101 11001110 1001 1000110 0 10011 100100101 111100 110100

Color Harmonies of #BC3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DCE

Black with #BC3DCE

Text Example


Text Example

White with #BC3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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