Html Css Color HEX #BC44EA Medium Orchid

📋 copy color: '#BC44EA'

red 188 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #BC44EA

Tints of Medium Orchid #BC44EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.88%

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

R = 38.37%
G = 13.88%
B = 47.76%

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

#BC44EA (or 0xBC44EA) is known color: Medium Orchid. HEX triplet: BC, 44 and EA. RGB value is (188,68,234). Sum of RGB (Red+Green+Blue) = 188+68+234=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44EA is #43BB15. Grayscale: #7A7A7A. Windows color (decimal): -4438806 or 15353020. OLE color: 15353020.

HSL color Cylindrical-coordinate representation of color #BC44EA: hue angle of 283.37º 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 #BC44EA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 68 234 -
CMYK 0.20 0.71 0 0.08
HSL 283.37º 0.8% 0.59% -
HSV(B) 283.37º 0.71% 0.92% -
XYZ 37.66 20.77 79.87 -
YUV 122.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 188 68 234 0.20 0.71 0 0.08 283.37 0.8 0.59
Hex BC 44 EA 14 47 0 8 11B 50 3B
Octal 274 104 352 24 107 0 10 433 120 73
Binary 10111100 1000100 11101010 10100 1000111 0 1000 100011011 1010000 111011

Color Harmonies of #BC44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44EA

Black with #BC44EA

Text Example


Text Example

White with #BC44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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