Html Css Color HEX #BC5BCE Medium Orchid

📋 copy color: '#BC5BCE'

red 188 ◦ green 91 ◦ blue 206

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

Shades of Medium Orchid #BC5BCE

Tints of Medium Orchid #BC5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 38.76%
G = 18.76%
B = 42.47%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC5BCE (or 0xBC5BCE) is known color: Medium Orchid. HEX triplet: BC, 5B and CE. RGB value is (188,91,206). Sum of RGB (Red+Green+Blue) = 188+91+206=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC5BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BCE is #43A431. Grayscale: #848484. Windows color (decimal): -4432946 or 13523900. OLE color: 13523900.

HSL color Cylindrical-coordinate representation of color #BC5BCE: hue angle of 290.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5BCE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 91 206 -
CMYK 0.09 0.56 0 0.19
HSL 290.61º 0.54% 0.58% -
HSV(B) 290.61º 0.56% 0.81% -
XYZ 35.62 22.63 60.88 -
YUV 133.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 188 91 206 0.09 0.56 0 0.19 290.61 0.54 0.58
Hex BC 5B CE 9 38 0 13 123 36 3A
Octal 274 133 316 11 70 0 23 443 66 72
Binary 10111100 1011011 11001110 1001 111000 0 10011 100100011 110110 111010

Color Harmonies of #BC5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BCE

Black with #BC5BCE

Text Example


Text Example

White with #BC5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BCE; }

 p { color: rgb(188,91,206); }

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

background-color css

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

 a { background-color: rgb(188,91,206); }

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

border-color css

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

 span { border-color: rgb(188,91,206); }

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