Html Css Color HEX #BC57CF Medium Orchid

📋 copy color: '#BC57CF'

red 188 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #BC57CF

Tints of Medium Orchid #BC57CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.05%

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 39%
G = 18.05%
B = 42.95%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC57CF (or 0xBC57CF) is known color: Medium Orchid. HEX triplet: BC, 57 and CF. RGB value is (188,87,207). Sum of RGB (Red+Green+Blue) = 188+87+207=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CF is #43A830. Grayscale: #828282. Windows color (decimal): -4433969 or 13588412. OLE color: 13588412.

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

Color convert

RGB 188 87 207 -
CMYK 0.09 0.58 0 0.19
HSL 290.5º 0.56% 0.58% -
HSV(B) 290.5º 0.58% 0.81% -
XYZ 35.41 22.01 61.41 -
YUV 130.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 188 87 207 0.09 0.58 0 0.19 290.5 0.56 0.58
Hex BC 57 CF 9 3A 0 13 122 38 3A
Octal 274 127 317 11 72 0 23 442 70 72
Binary 10111100 1010111 11001111 1001 111010 0 10011 100100010 111000 111010

Color Harmonies of #BC57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57CF

Black with #BC57CF

Text Example


Text Example

White with #BC57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57CF; }

 p { color: rgb(188,87,207); }

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

background-color css

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

 a { background-color: rgb(188,87,207); }

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

border-color css

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

 span { border-color: rgb(188,87,207); }

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