Html Css Color HEX #BC35E5 Medium Orchid

📋 copy color: '#BC35E5'

red 188 ◦ green 53 ◦ blue 229

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

Shades of Medium Orchid #BC35E5

Tints of Medium Orchid #BC35E5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.28%

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

R = 40%
G = 11.28%
B = 48.72%

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

#BC35E5 (or 0xBC35E5) is known color: Medium Orchid. HEX triplet: BC, 35 and E5. RGB value is (188,53,229). Sum of RGB (Red+Green+Blue) = 188+53+229=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35E5 is #43CA1A. Grayscale: #707070. Windows color (decimal): -4442651 or 15021500. OLE color: 15021500.

HSL color Cylindrical-coordinate representation of color #BC35E5: hue angle of 286.02º 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 #BC35E5 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 53 229 -
CMYK 0.18 0.77 0 0.10
HSL 286.02º 0.77% 0.55% -
HSV(B) 286.02º 0.77% 0.9% -
XYZ 36.16 18.89 75.87 -
YUV 113.43 193.23 181.19 -
System Red Green Blue C M Y K H S L
Decimal 188 53 229 0.18 0.77 0 0.10 286.02 0.77 0.55
Hex BC 35 E5 12 4D 0 A 11E 4D 37
Octal 274 65 345 22 115 0 12 436 115 67
Binary 10111100 110101 11100101 10010 1001101 0 1010 100011110 1001101 110111

Color Harmonies of #BC35E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35E5

Black with #BC35E5

Text Example


Text Example

White with #BC35E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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