Html Css Color HEX #BC5CE5 Medium Orchid

📋 copy color: '#BC5CE5'

red 188 ◦ green 92 ◦ blue 229

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

Shades of Medium Orchid #BC5CE5

Tints of Medium Orchid #BC5CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 36.94%
G = 18.07%
B = 44.99%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC5CE5 (or 0xBC5CE5) is known color: Medium Orchid. HEX triplet: BC, 5C and E5. RGB value is (188,92,229). Sum of RGB (Red+Green+Blue) = 188+92+229=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CE5 is #43A31A. Grayscale: #878787. Windows color (decimal): -4432667 or 15031484. OLE color: 15031484.

HSL color Cylindrical-coordinate representation of color #BC5CE5: hue angle of 282.04º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5CE5 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 92 229 -
CMYK 0.18 0.60 0 0.10
HSL 282.04º 0.72% 0.63% -
HSV(B) 282.04º 0.6% 0.9% -
XYZ 38.71 24 76.72 -
YUV 136.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 188 92 229 0.18 0.60 0 0.10 282.04 0.72 0.63
Hex BC 5C E5 12 3C 0 A 11A 48 3F
Octal 274 134 345 22 74 0 12 432 110 77
Binary 10111100 1011100 11100101 10010 111100 0 1010 100011010 1001000 111111

Color Harmonies of #BC5CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CE5

Black with #BC5CE5

Text Example


Text Example

White with #BC5CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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