Html Css Color HEX #BC34E5 Medium Orchid

📋 copy color: '#BC34E5'

red 188 ◦ green 52 ◦ blue 229

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

Shades of Medium Orchid #BC34E5

Tints of Medium Orchid #BC34E5

RGB

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

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

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

R = 40.09%
G = 11.09%
B = 48.83%

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

#BC34E5 (or 0xBC34E5) is known color: Medium Orchid. HEX triplet: BC, 34 and E5. RGB value is (188,52,229). Sum of RGB (Red+Green+Blue) = 188+52+229=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34E5 is #43CB1A. Grayscale: #707070. Windows color (decimal): -4442907 or 15021244. OLE color: 15021244.

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

Color convert

RGB 188 52 229 -
CMYK 0.18 0.77 0 0.10
HSL 286.1º 0.77% 0.55% -
HSV(B) 286.1º 0.77% 0.9% -
XYZ 36.11 18.8 75.86 -
YUV 112.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 188 52 229 0.18 0.77 0 0.10 286.1 0.77 0.55
Hex BC 34 E5 12 4D 0 A 11E 4D 37
Octal 274 64 345 22 115 0 12 436 115 67
Binary 10111100 110100 11100101 10010 1001101 0 1010 100011110 1001101 110111

Color Harmonies of #BC34E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34E5

Black with #BC34E5

Text Example


Text Example

White with #BC34E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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