Html Css Color HEX #BC34EC Medium Orchid

📋 copy color: '#BC34EC'

red 188 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #BC34EC

Tints of Medium Orchid #BC34EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.92%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 39.5%
G = 10.92%
B = 49.58%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC34EC (or 0xBC34EC) is known color: Medium Orchid. HEX triplet: BC, 34 and EC. RGB value is (188,52,236). Sum of RGB (Red+Green+Blue) = 188+52+236=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34EC is #43CB13. Grayscale: #717171. Windows color (decimal): -4442900 or 15479996. OLE color: 15479996.

HSL color Cylindrical-coordinate representation of color #BC34EC: hue angle of 284.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC34EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 52 236 -
CMYK 0.20 0.78 0 0.07
HSL 284.35º 0.83% 0.56% -
HSV(B) 284.35º 0.78% 0.93% -
XYZ 37.11 19.2 81.11 -
YUV 113.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 188 52 236 0.20 0.78 0 0.07 284.35 0.83 0.56
Hex BC 34 EC 14 4E 0 7 11C 53 38
Octal 274 64 354 24 116 0 7 434 123 70
Binary 10111100 110100 11101100 10100 1001110 0 111 100011100 1010011 111000

Color Harmonies of #BC34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34EC

Black with #BC34EC

Text Example


Text Example

White with #BC34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34EC; }

 p { color: rgb(188,52,236); }

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

background-color css

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

 a { background-color: rgb(188,52,236); }

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

border-color css

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

 span { border-color: rgb(188,52,236); }

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