Html Css Color HEX #BC37FD Medium Orchid

📋 copy color: '#BC37FD'

red 188 ◦ green 55 ◦ blue 253

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

Shades of Medium Orchid #BC37FD

Tints of Medium Orchid #BC37FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 37.9%
G = 11.09%
B = 51.01%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC37FD (or 0xBC37FD) is known color: Medium Orchid. HEX triplet: BC, 37 and FD. RGB value is (188,55,253). Sum of RGB (Red+Green+Blue) = 188+55+253=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37FD is #43C802. Grayscale: #747474. Windows color (decimal): -4442115 or 16594876. OLE color: 16594876.

HSL color Cylindrical-coordinate representation of color #BC37FD: hue angle of 280.3º degrees, saturation: 0.98, 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 #BC37FD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 55 253 -
CMYK 0.26 0.78 0 0.01
HSL 280.3º 0.98% 0.6% -
HSV(B) 280.3º 0.78% 0.99% -
XYZ 39.83 20.52 94.79 -
YUV 117.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 188 55 253 0.26 0.78 0 0.01 280.3 0.98 0.6
Hex BC 37 FD 1A 4E 0 1 118 62 3C
Octal 274 67 375 32 116 0 1 430 142 74
Binary 10111100 110111 11111101 11010 1001110 0 1 100011000 1100010 111100

Color Harmonies of #BC37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37FD

Black with #BC37FD

Text Example


Text Example

White with #BC37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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