Html Css Color HEX #BC37CF Medium Orchid

📋 copy color: '#BC37CF'

red 188 ◦ green 55 ◦ blue 207

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

Shades of Medium Orchid #BC37CF

Tints of Medium Orchid #BC37CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 41.78%
G = 12.22%
B = 46%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC37CF (or 0xBC37CF) is known color: Medium Orchid. HEX triplet: BC, 37 and CF. RGB value is (188,55,207). Sum of RGB (Red+Green+Blue) = 188+55+207=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37CF is #43C830. Grayscale: #6F6F6F. Windows color (decimal): -4442161 or 13580220. OLE color: 13580220.

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

Color convert

RGB 188 55 207 -
CMYK 0.09 0.73 0 0.19
HSL 292.5º 0.61% 0.51% -
HSV(B) 292.5º 0.73% 0.81% -
XYZ 33.37 17.93 60.73 -
YUV 112.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 188 55 207 0.09 0.73 0 0.19 292.5 0.61 0.51
Hex BC 37 CF 9 49 0 13 124 3D 33
Octal 274 67 317 11 111 0 23 444 75 63
Binary 10111100 110111 11001111 1001 1001001 0 10011 100100100 111101 110011

Color Harmonies of #BC37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37CF

Black with #BC37CF

Text Example


Text Example

White with #BC37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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