Html Css Color HEX #BC40FF Medium Orchid

📋 copy color: '#BC40FF'

red 188 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #BC40FF

Tints of Medium Orchid #BC40FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 37.08%
G = 12.62%
B = 50.3%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC40FF (or 0xBC40FF) is known color: Medium Orchid. HEX triplet: BC, 40 and FF. RGB value is (188,64,255). Sum of RGB (Red+Green+Blue) = 188+64+255=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40FF is #43BF00. Grayscale: #7A7A7A. Windows color (decimal): -4439809 or 16728252. OLE color: 16728252.

HSL color Cylindrical-coordinate representation of color #BC40FF: hue angle of 278.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC40FF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 64 255 -
CMYK 0.26 0.75 0 0
HSL 278.95º 1% 0.63% -
HSV(B) 278.95º 0.75% 1% -
XYZ 40.62 21.58 96.63 -
YUV 122.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 188 64 255 0.26 0.75 0 0 278.95 1 0.63
Hex BC 40 FF 1A 4B 0 0 117 64 3F
Octal 274 100 377 32 113 0 0 427 144 77
Binary 10111100 1000000 11111111 11010 1001011 0 0 100010111 1100100 111111

Color Harmonies of #BC40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40FF

Black with #BC40FF

Text Example


Text Example

White with #BC40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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