Html Css Color HEX #BC45EB Medium Orchid

📋 copy color: '#BC45EB'

red 188 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #BC45EB

Tints of Medium Orchid #BC45EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 38.21%
G = 14.02%
B = 47.76%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC45EB (or 0xBC45EB) is known color: Medium Orchid. HEX triplet: BC, 45 and EB. RGB value is (188,69,235). Sum of RGB (Red+Green+Blue) = 188+69+235=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC45EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45EB is #43BA14. Grayscale: #7A7A7A. Windows color (decimal): -4438549 or 15418812. OLE color: 15418812.

HSL color Cylindrical-coordinate representation of color #BC45EB: hue angle of 283.01º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC45EB is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 69 235 -
CMYK 0.2 0.71 0 0.08
HSL 283.01º 0.81% 0.6% -
HSV(B) 283.01º 0.71% 0.92% -
XYZ 37.86 20.95 80.64 -
YUV 123.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 188 69 235 0.2 0.71 0 0.08 283.01 0.81 0.6
Hex BC 45 EB 14 47 0 8 11B 51 3C
Octal 274 105 353 24 107 0 10 433 121 74
Binary 10111100 1000101 11101011 10100 1000111 0 1000 100011011 1010001 111100

Color Harmonies of #BC45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45EB

Black with #BC45EB

Text Example


Text Example

White with #BC45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45EB; }

 p { color: rgb(188,69,235); }

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

background-color css

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

 a { background-color: rgb(188,69,235); }

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

border-color css

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

 span { border-color: rgb(188,69,235); }

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