Html Css Color HEX #BC38FC Medium Orchid

📋 copy color: '#BC38FC'

red 188 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #BC38FC

Tints of Medium Orchid #BC38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.29%

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

R = 37.9%
G = 11.29%
B = 50.81%

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

#BC38FC (or 0xBC38FC) is known color: Medium Orchid. HEX triplet: BC, 38 and FC. RGB value is (188,56,252). Sum of RGB (Red+Green+Blue) = 188+56+252=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38FC is #43C703. Grayscale: #757575. Windows color (decimal): -4441860 or 16529596. OLE color: 16529596.

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

Color convert

RGB 188 56 252 -
CMYK 0.25 0.78 0 0.01
HSL 280.41º 0.97% 0.6% -
HSV(B) 280.41º 0.78% 0.99% -
XYZ 39.72 20.55 93.97 -
YUV 117.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 188 56 252 0.25 0.78 0 0.01 280.41 0.97 0.6
Hex BC 38 FC 19 4E 0 1 118 61 3C
Octal 274 70 374 31 116 0 1 430 141 74
Binary 10111100 111000 11111100 11001 1001110 0 1 100011000 1100001 111100

Color Harmonies of #BC38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38FC

Black with #BC38FC

Text Example


Text Example

White with #BC38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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