Html Css Color HEX #BC40FB Medium Orchid

📋 copy color: '#BC40FB'

red 188 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #BC40FB

Tints of Medium Orchid #BC40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 37.38%
G = 12.72%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC40FB (or 0xBC40FB) is known color: Medium Orchid. HEX triplet: BC, 40 and FB. RGB value is (188,64,251). Sum of RGB (Red+Green+Blue) = 188+64+251=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40FB is #43BF04. Grayscale: #797979. Windows color (decimal): -4439813 or 16466108. OLE color: 16466108.

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

Color convert

RGB 188 64 251 -
CMYK 0.25 0.75 0 0.02
HSL 279.79º 0.96% 0.62% -
HSV(B) 279.79º 0.75% 0.98% -
XYZ 39.99 21.32 93.28 -
YUV 122.39 200.58 174.79 -
System Red Green Blue C M Y K H S L
Decimal 188 64 251 0.25 0.75 0 0.02 279.79 0.96 0.62
Hex BC 40 FB 19 4B 0 2 118 60 3E
Octal 274 100 373 31 113 0 2 430 140 76
Binary 10111100 1000000 11111011 11001 1001011 0 10 100011000 1100000 111110

Color Harmonies of #BC40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40FB

Black with #BC40FB

Text Example


Text Example

White with #BC40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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