Html Css Color HEX #BC50EB Medium Orchid

📋 copy color: '#BC50EB'

red 188 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #BC50EB

Tints of Medium Orchid #BC50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.9%

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

R = 37.38%
G = 15.9%
B = 46.72%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC50EB (or 0xBC50EB) is known color: Medium Orchid. HEX triplet: BC, 50 and EB. RGB value is (188,80,235). Sum of RGB (Red+Green+Blue) = 188+80+235=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50EB is #43AF14. Grayscale: #818181. Windows color (decimal): -4435733 or 15421628. OLE color: 15421628.

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

Color convert

RGB 188 80 235 -
CMYK 0.2 0.66 0 0.08
HSL 281.81º 0.79% 0.62% -
HSV(B) 281.81º 0.66% 0.92% -
XYZ 38.6 22.43 80.89 -
YUV 129.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 188 80 235 0.2 0.66 0 0.08 281.81 0.79 0.62
Hex BC 50 EB 14 42 0 8 11A 4F 3E
Octal 274 120 353 24 102 0 10 432 117 76
Binary 10111100 1010000 11101011 10100 1000010 0 1000 100011010 1001111 111110

Color Harmonies of #BC50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50EB

Black with #BC50EB

Text Example


Text Example

White with #BC50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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