Html Css Color HEX #BC37FC Medium Orchid

📋 copy color: '#BC37FC'

red 188 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #BC37FC

Tints of Medium Orchid #BC37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 37.98%
G = 11.11%
B = 50.91%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC37FC (or 0xBC37FC) is known color: Medium Orchid. HEX triplet: BC, 37 and FC. RGB value is (188,55,252). Sum of RGB (Red+Green+Blue) = 188+55+252=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37FC is #43C803. Grayscale: #747474. Windows color (decimal): -4442116 or 16529340. OLE color: 16529340.

HSL color Cylindrical-coordinate representation of color #BC37FC: hue angle of 280.51º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC37FC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 55 252 -
CMYK 0.25 0.78 0 0.01
HSL 280.51º 0.97% 0.6% -
HSV(B) 280.51º 0.78% 0.99% -
XYZ 39.68 20.45 93.95 -
YUV 117.23 204.06 178.48 -
System Red Green Blue C M Y K H S L
Decimal 188 55 252 0.25 0.78 0 0.01 280.51 0.97 0.6
Hex BC 37 FC 19 4E 0 1 119 61 3C
Octal 274 67 374 31 116 0 1 431 141 74
Binary 10111100 110111 11111100 11001 1001110 0 1 100011001 1100001 111100

Color Harmonies of #BC37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37FC

Black with #BC37FC

Text Example


Text Example

White with #BC37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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