Html Css Color HEX #BC5BE7 Medium Orchid

📋 copy color: '#BC5BE7'

red 188 ◦ green 91 ◦ blue 231

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

Shades of Medium Orchid #BC5BE7

Tints of Medium Orchid #BC5BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 36.86%
G = 17.84%
B = 45.29%

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

#BC5BE7 (or 0xBC5BE7) is known color: Medium Orchid. HEX triplet: BC, 5B and E7. RGB value is (188,91,231). Sum of RGB (Red+Green+Blue) = 188+91+231=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC5BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BE7 is #43A418. Grayscale: #878787. Windows color (decimal): -4432921 or 15162300. OLE color: 15162300.

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

Color convert

RGB 188 91 231 -
CMYK 0.19 0.61 0 0.09
HSL 281.57º 0.74% 0.63% -
HSV(B) 281.57º 0.61% 0.91% -
XYZ 38.9 23.94 78.17 -
YUV 135.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 188 91 231 0.19 0.61 0 0.09 281.57 0.74 0.63
Hex BC 5B E7 13 3D 0 9 11A 4A 3F
Octal 274 133 347 23 75 0 11 432 112 77
Binary 10111100 1011011 11100111 10011 111101 0 1001 100011010 1001010 111111

Color Harmonies of #BC5BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BE7

Black with #BC5BE7

Text Example


Text Example

White with #BC5BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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