Html Css Color HEX #BC34EE Medium Orchid

📋 copy color: '#BC34EE'

red 188 ◦ green 52 ◦ blue 238

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

Shades of Medium Orchid #BC34EE

Tints of Medium Orchid #BC34EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 39.33%
G = 10.88%
B = 49.79%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC34EE (or 0xBC34EE) is known color: Medium Orchid. HEX triplet: BC, 34 and EE. RGB value is (188,52,238). Sum of RGB (Red+Green+Blue) = 188+52+238=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC34EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34EE is #43CB11. Grayscale: #717171. Windows color (decimal): -4442898 or 15611068. OLE color: 15611068.

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

Color convert

RGB 188 52 238 -
CMYK 0.21 0.78 0 0.07
HSL 283.87º 0.85% 0.57% -
HSV(B) 283.87º 0.78% 0.93% -
XYZ 37.4 19.32 82.65 -
YUV 113.87 198.06 180.88 -
System Red Green Blue C M Y K H S L
Decimal 188 52 238 0.21 0.78 0 0.07 283.87 0.85 0.57
Hex BC 34 EE 15 4E 0 7 11C 55 39
Octal 274 64 356 25 116 0 7 434 125 71
Binary 10111100 110100 11101110 10101 1001110 0 111 100011100 1010101 111001

Color Harmonies of #BC34EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34EE

Black with #BC34EE

Text Example


Text Example

White with #BC34EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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