Html Css Color HEX #BC37FF Medium Orchid

📋 copy color: '#BC37FF'

red 188 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #BC37FF

Tints of Medium Orchid #BC37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 37.75%
G = 11.04%
B = 51.2%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC37FF (or 0xBC37FF) is known color: Medium Orchid. HEX triplet: BC, 37 and FF. RGB value is (188,55,255). Sum of RGB (Red+Green+Blue) = 188+55+255=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37FF is #43C800. Grayscale: #747474. Windows color (decimal): -4442113 or 16725948. OLE color: 16725948.

HSL color Cylindrical-coordinate representation of color #BC37FF: hue angle of 279.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC37FF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 55 255 -
CMYK 0.26 0.78 0 0
HSL 279.9º 1% 0.61% -
HSV(B) 279.9º 0.78% 1% -
XYZ 40.16 20.64 96.48 -
YUV 117.57 205.56 178.24 -
System Red Green Blue C M Y K H S L
Decimal 188 55 255 0.26 0.78 0 0 279.9 1 0.61
Hex BC 37 FF 1A 4E 0 0 118 64 3D
Octal 274 67 377 32 116 0 0 430 144 75
Binary 10111100 110111 11111111 11010 1001110 0 0 100011000 1100100 111101

Color Harmonies of #BC37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37FF

Black with #BC37FF

Text Example


Text Example

White with #BC37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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