Html Css Color HEX #BC41CC Medium Orchid

📋 copy color: '#BC41CC'

red 188 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #BC41CC

Tints of Medium Orchid #BC41CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 41.14%
G = 14.22%
B = 44.64%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC41CC (or 0xBC41CC) is known color: Medium Orchid. HEX triplet: BC, 41 and CC. RGB value is (188,65,204). Sum of RGB (Red+Green+Blue) = 188+65+204=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41CC is #43BE33. Grayscale: #757575. Windows color (decimal): -4439604 or 13386172. OLE color: 13386172.

HSL color Cylindrical-coordinate representation of color #BC41CC: hue angle of 293.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC41CC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 65 204 -
CMYK 0.08 0.68 0 0.2
HSL 293.09º 0.58% 0.53% -
HSV(B) 293.09º 0.68% 0.8% -
XYZ 33.53 18.83 58.99 -
YUV 117.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 188 65 204 0.08 0.68 0 0.2 293.09 0.58 0.53
Hex BC 41 CC 8 44 0 14 125 3A 35
Octal 274 101 314 10 104 0 24 445 72 65
Binary 10111100 1000001 11001100 1000 1000100 0 10100 100100101 111010 110101

Color Harmonies of #BC41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41CC

Black with #BC41CC

Text Example


Text Example

White with #BC41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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