Html Css Color HEX #BC41CE Medium Orchid

📋 copy color: '#BC41CE'

red 188 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #BC41CE

Tints of Medium Orchid #BC41CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.16%

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

R = 40.96%
G = 14.16%
B = 44.88%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC41CE (or 0xBC41CE) is known color: Medium Orchid. HEX triplet: BC, 41 and CE. RGB value is (188,65,206). Sum of RGB (Red+Green+Blue) = 188+65+206=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41CE is #43BE31. Grayscale: #757575. Windows color (decimal): -4439602 or 13517244. OLE color: 13517244.

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

Color convert

RGB 188 65 206 -
CMYK 0.09 0.68 0 0.19
HSL 292.34º 0.59% 0.53% -
HSV(B) 292.34º 0.68% 0.81% -
XYZ 33.77 18.93 60.27 -
YUV 117.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 188 65 206 0.09 0.68 0 0.19 292.34 0.59 0.53
Hex BC 41 CE 9 44 0 13 124 3B 35
Octal 274 101 316 11 104 0 23 444 73 65
Binary 10111100 1000001 11001110 1001 1000100 0 10011 100100100 111011 110101

Color Harmonies of #BC41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41CE

Black with #BC41CE

Text Example


Text Example

White with #BC41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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