Html Css Color HEX #BC36E6 Medium Orchid

📋 copy color: '#BC36E6'

red 188 ◦ green 54 ◦ blue 230

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

Shades of Medium Orchid #BC36E6

Tints of Medium Orchid #BC36E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 39.83%
G = 11.44%
B = 48.73%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC36E6 (or 0xBC36E6) is known color: Medium Orchid. HEX triplet: BC, 36 and E6. RGB value is (188,54,230). Sum of RGB (Red+Green+Blue) = 188+54+230=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC36E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36E6 is #43C919. Grayscale: #717171. Windows color (decimal): -4442394 or 15087292. OLE color: 15087292.

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

Color convert

RGB 188 54 230 -
CMYK 0.18 0.77 0 0.10
HSL 285.68º 0.78% 0.56% -
HSV(B) 285.68º 0.77% 0.9% -
XYZ 36.34 19.04 76.62 -
YUV 114.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 188 54 230 0.18 0.77 0 0.10 285.68 0.78 0.56
Hex BC 36 E6 12 4D 0 A 11E 4E 38
Octal 274 66 346 22 115 0 12 436 116 70
Binary 10111100 110110 11100110 10010 1001101 0 1010 100011110 1001110 111000

Color Harmonies of #BC36E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36E6

Black with #BC36E6

Text Example


Text Example

White with #BC36E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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