Html Css Color HEX #BC40FA Medium Orchid

📋 copy color: '#BC40FA'

red 188 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #BC40FA

Tints of Medium Orchid #BC40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.75%

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

R = 37.45%
G = 12.75%
B = 49.8%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC40FA (or 0xBC40FA) is known color: Medium Orchid. HEX triplet: BC, 40 and FA. RGB value is (188,64,250). Sum of RGB (Red+Green+Blue) = 188+64+250=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40FA is #43BF05. Grayscale: #797979. Windows color (decimal): -4439814 or 16400572. OLE color: 16400572.

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

Color convert

RGB 188 64 250 -
CMYK 0.25 0.74 0 0.02
HSL 280º 0.95% 0.62% -
HSV(B) 280º 0.74% 0.98% -
XYZ 39.83 21.26 92.45 -
YUV 122.28 200.08 174.88 -
System Red Green Blue C M Y K H S L
Decimal 188 64 250 0.25 0.74 0 0.02 280 0.95 0.62
Hex BC 40 FA 19 4A 0 2 118 5F 3E
Octal 274 100 372 31 112 0 2 430 137 76
Binary 10111100 1000000 11111010 11001 1001010 0 10 100011000 1011111 111110

Color Harmonies of #BC40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40FA

Black with #BC40FA

Text Example


Text Example

White with #BC40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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