Html Css Color HEX #BC36E5 Medium Orchid

📋 copy color: '#BC36E5'

red 188 ◦ green 54 ◦ blue 229

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

Shades of Medium Orchid #BC36E5

Tints of Medium Orchid #BC36E5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.46%

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

R = 39.92%
G = 11.46%
B = 48.62%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC36E5 (or 0xBC36E5) is known color: Medium Orchid. HEX triplet: BC, 36 and E5. RGB value is (188,54,229). Sum of RGB (Red+Green+Blue) = 188+54+229=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC36E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36E5 is #43C91A. Grayscale: #717171. Windows color (decimal): -4442395 or 15021756. OLE color: 15021756.

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

Color convert

RGB 188 54 229 -
CMYK 0.18 0.76 0 0.10
HSL 285.94º 0.77% 0.55% -
HSV(B) 285.94º 0.76% 0.9% -
XYZ 36.2 18.99 75.89 -
YUV 114.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 188 54 229 0.18 0.76 0 0.10 285.94 0.77 0.55
Hex BC 36 E5 12 4C 0 A 11E 4D 37
Octal 274 66 345 22 114 0 12 436 115 67
Binary 10111100 110110 11100101 10010 1001100 0 1010 100011110 1001101 110111

Color Harmonies of #BC36E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36E5

Black with #BC36E5

Text Example


Text Example

White with #BC36E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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