Html Css Color HEX #BC5CE9 Medium Orchid

📋 copy color: '#BC5CE9'

red 188 ◦ green 92 ◦ blue 233

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

Shades of Medium Orchid #BC5CE9

Tints of Medium Orchid #BC5CE9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 36.65%
G = 17.93%
B = 45.42%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC5CE9 (or 0xBC5CE9) is known color: Medium Orchid. HEX triplet: BC, 5C and E9. RGB value is (188,92,233). Sum of RGB (Red+Green+Blue) = 188+92+233=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC5CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CE9 is #43A316. Grayscale: #888888. Windows color (decimal): -4432663 or 15293628. OLE color: 15293628.

HSL color Cylindrical-coordinate representation of color #BC5CE9: hue angle of 280.85º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5CE9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 92 233 -
CMYK 0.19 0.61 0 0.09
HSL 280.85º 0.76% 0.64% -
HSV(B) 280.85º 0.61% 0.91% -
XYZ 39.27 24.23 79.7 -
YUV 136.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 188 92 233 0.19 0.61 0 0.09 280.85 0.76 0.64
Hex BC 5C E9 13 3D 0 9 119 4C 40
Octal 274 134 351 23 75 0 11 431 114 100
Binary 10111100 1011100 11101001 10011 111101 0 1001 100011001 1001100 1000000

Color Harmonies of #BC5CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CE9

Black with #BC5CE9

Text Example


Text Example

White with #BC5CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CE9; }

 p { color: rgb(188,92,233); }

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

background-color css

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

 a { background-color: rgb(188,92,233); }

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

border-color css

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

 span { border-color: rgb(188,92,233); }

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