Html Css Color HEX #BC5FE0 Medium Orchid

📋 copy color: '#BC5FE0'

red 188 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #BC5FE0

Tints of Medium Orchid #BC5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 37.08%
G = 18.74%
B = 44.18%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC5FE0 (or 0xBC5FE0) is known color: Medium Orchid. HEX triplet: BC, 5F and E0. RGB value is (188,95,224). Sum of RGB (Red+Green+Blue) = 188+95+224=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FE0 is #43A01F. Grayscale: #898989. Windows color (decimal): -4431904 or 14704572. OLE color: 14704572.

HSL color Cylindrical-coordinate representation of color #BC5FE0: hue angle of 283.26º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5FE0 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 95 224 -
CMYK 0.16 0.58 0 0.12
HSL 283.26º 0.68% 0.63% -
HSV(B) 283.26º 0.58% 0.88% -
XYZ 38.29 24.26 73.19 -
YUV 137.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 188 95 224 0.16 0.58 0 0.12 283.26 0.68 0.63
Hex BC 5F E0 10 3A 0 C 11B 44 3F
Octal 274 137 340 20 72 0 14 433 104 77
Binary 10111100 1011111 11100000 10000 111010 0 1100 100011011 1000100 111111

Color Harmonies of #BC5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FE0

Black with #BC5FE0

Text Example


Text Example

White with #BC5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FE0; }

 p { color: rgb(188,95,224); }

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

background-color css

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

 a { background-color: rgb(188,95,224); }

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

border-color css

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

 span { border-color: rgb(188,95,224); }

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