Html Css Color HEX #BC45EA Medium Orchid

📋 copy color: '#BC45EA'

red 188 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #BC45EA

Tints of Medium Orchid #BC45EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 38.29%
G = 14.05%
B = 47.66%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC45EA (or 0xBC45EA) is known color: Medium Orchid. HEX triplet: BC, 45 and EA. RGB value is (188,69,234). Sum of RGB (Red+Green+Blue) = 188+69+234=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45EA is #43BA15. Grayscale: #7A7A7A. Windows color (decimal): -4438550 or 15353276. OLE color: 15353276.

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

Color convert

RGB 188 69 234 -
CMYK 0.20 0.71 0 0.08
HSL 283.27º 0.8% 0.59% -
HSV(B) 283.27º 0.71% 0.92% -
XYZ 37.72 20.89 79.89 -
YUV 123.39 190.42 174.08 -
System Red Green Blue C M Y K H S L
Decimal 188 69 234 0.20 0.71 0 0.08 283.27 0.8 0.59
Hex BC 45 EA 14 47 0 8 11B 50 3B
Octal 274 105 352 24 107 0 10 433 120 73
Binary 10111100 1000101 11101010 10100 1000111 0 1000 100011011 1010000 111011

Color Harmonies of #BC45EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45EA

Black with #BC45EA

Text Example


Text Example

White with #BC45EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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