Html Css Color HEX #BC3CE5 Medium Orchid

📋 copy color: '#BC3CE5'

red 188 ◦ green 60 ◦ blue 229

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

Shades of Medium Orchid #BC3CE5

Tints of Medium Orchid #BC3CE5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.58%

 BLUE value IS 229 (89.84% from 255) = 48.01%

R = 39.41%
G = 12.58%
B = 48.01%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC3CE5 (or 0xBC3CE5) is known color: Medium Orchid. HEX triplet: BC, 3C and E5. RGB value is (188,60,229). Sum of RGB (Red+Green+Blue) = 188+60+229=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CE5 is #43C31A. Grayscale: #747474. Windows color (decimal): -4440859 or 15023292. OLE color: 15023292.

HSL color Cylindrical-coordinate representation of color #BC3CE5: hue angle of 285.44º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3CE5 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 60 229 -
CMYK 0.18 0.74 0 0.10
HSL 285.44º 0.76% 0.57% -
HSV(B) 285.44º 0.74% 0.9% -
XYZ 36.5 19.58 75.98 -
YUV 117.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 188 60 229 0.18 0.74 0 0.10 285.44 0.76 0.57
Hex BC 3C E5 12 4A 0 A 11D 4C 39
Octal 274 74 345 22 112 0 12 435 114 71
Binary 10111100 111100 11100101 10010 1001010 0 1010 100011101 1001100 111001

Color Harmonies of #BC3CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CE5

Black with #BC3CE5

Text Example


Text Example

White with #BC3CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CE5; }

 p { color: rgb(188,60,229); }

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

background-color css

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

 a { background-color: rgb(188,60,229); }

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

border-color css

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

 span { border-color: rgb(188,60,229); }

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