Html Css Color HEX #BC38FA Medium Orchid

📋 copy color: '#BC38FA'

red 188 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #BC38FA

Tints of Medium Orchid #BC38FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 38.06%
G = 11.34%
B = 50.61%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC38FA (or 0xBC38FA) is known color: Medium Orchid. HEX triplet: BC, 38 and FA. RGB value is (188,56,250). Sum of RGB (Red+Green+Blue) = 188+56+250=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC38FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38FA is #43C705. Grayscale: #747474. Windows color (decimal): -4441862 or 16398524. OLE color: 16398524.

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

Color convert

RGB 188 56 250 -
CMYK 0.25 0.78 0 0.02
HSL 280.82º 0.95% 0.6% -
HSV(B) 280.82º 0.78% 0.98% -
XYZ 39.41 20.42 92.31 -
YUV 117.58 202.73 178.23 -
System Red Green Blue C M Y K H S L
Decimal 188 56 250 0.25 0.78 0 0.02 280.82 0.95 0.6
Hex BC 38 FA 19 4E 0 2 119 5F 3C
Octal 274 70 372 31 116 0 2 431 137 74
Binary 10111100 111000 11111010 11001 1001110 0 10 100011001 1011111 111100

Color Harmonies of #BC38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38FA

Black with #BC38FA

Text Example


Text Example

White with #BC38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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