Html Css Color HEX #BC5AEB Medium Orchid

📋 copy color: '#BC5AEB'

red 188 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #BC5AEB

Tints of Medium Orchid #BC5AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.54%

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

R = 36.65%
G = 17.54%
B = 45.81%

CMYK

 C value IS 0.2

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC5AEB (or 0xBC5AEB) is known color: Medium Orchid. HEX triplet: BC, 5A and EB. RGB value is (188,90,235). Sum of RGB (Red+Green+Blue) = 188+90+235=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC5AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AEB is #43A514. Grayscale: #878787. Windows color (decimal): -4433173 or 15424188. OLE color: 15424188.

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

Color convert

RGB 188 90 235 -
CMYK 0.2 0.62 0 0.08
HSL 280.55º 0.78% 0.64% -
HSV(B) 280.55º 0.62% 0.92% -
XYZ 39.39 24 81.15 -
YUV 135.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 188 90 235 0.2 0.62 0 0.08 280.55 0.78 0.64
Hex BC 5A EB 14 3E 0 8 119 4E 40
Octal 274 132 353 24 76 0 10 431 116 100
Binary 10111100 1011010 11101011 10100 111110 0 1000 100011001 1001110 1000000

Color Harmonies of #BC5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AEB

Black with #BC5AEB

Text Example


Text Example

White with #BC5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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