Html Css Color HEX #BC39FC Medium Orchid

📋 copy color: '#BC39FC'

red 188 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #BC39FC

Tints of Medium Orchid #BC39FC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.47%

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

R = 37.83%
G = 11.47%
B = 50.7%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC39FC (or 0xBC39FC) is known color: Medium Orchid. HEX triplet: BC, 39 and FC. RGB value is (188,57,252). Sum of RGB (Red+Green+Blue) = 188+57+252=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC39FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39FC is #43C603. Grayscale: #757575. Windows color (decimal): -4441604 or 16529852. OLE color: 16529852.

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

Color convert

RGB 188 57 252 -
CMYK 0.25 0.77 0 0.01
HSL 280.31º 0.97% 0.61% -
HSV(B) 280.31º 0.77% 0.99% -
XYZ 39.77 20.65 93.98 -
YUV 118.4 203.4 177.64 -
System Red Green Blue C M Y K H S L
Decimal 188 57 252 0.25 0.77 0 0.01 280.31 0.97 0.61
Hex BC 39 FC 19 4D 0 1 118 61 3D
Octal 274 71 374 31 115 0 1 430 141 75
Binary 10111100 111001 11111100 11001 1001101 0 1 100011000 1100001 111101

Color Harmonies of #BC39FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39FC

Black with #BC39FC

Text Example


Text Example

White with #BC39FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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